Class: Aws::ResourceExplorer2::Types::DeleteViewInput

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 want to delete.

Returns:

  • (String)


362
363
364
365
366
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 362

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