Class: Aws::ResourceExplorer2::Types::DeleteIndexInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::DeleteIndexInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [Amazon resource name (ARN)][1] of the index that you want to delete.
Instance Attribute Details
#arn ⇒ String
The Amazon resource name (ARN) of the index that you want to delete.
356 357 358 359 360 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 356 class DeleteIndexInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |