Class: Aws::ResourceExplorer2::Types::DeleteViewOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#view_arnString

The Amazon resource name (ARN) of the view that you successfully deleted.

Returns:

  • (String)


379
380
381
382
383
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 379

class DeleteViewOutput < Struct.new(
  :view_arn)
  SENSITIVE = []
  include Aws::Structure
end