Class: Aws::ResourceExplorer2::Types::DeleteIndexOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::DeleteIndexOutput
- Defined in:
- gems/aws-sdk-resourceexplorer2/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 successfully started the deletion process.
-
#last_updated_at ⇒ Time
The date and time when you last updated this index.
-
#state ⇒ String
Indicates the current state of the index.
Instance Attribute Details
#arn ⇒ String
The Amazon resource name (ARN) of the index that you successfully started the deletion process.
343 344 345 346 347 348 349 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 343 class DeleteIndexOutput < Struct.new( :arn, :last_updated_at, :state) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time when you last updated this index.
343 344 345 346 347 348 349 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 343 class DeleteIndexOutput < Struct.new( :arn, :last_updated_at, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Indicates the current state of the index.
343 344 345 346 347 348 349 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 343 class DeleteIndexOutput < Struct.new( :arn, :last_updated_at, :state) SENSITIVE = [] include Aws::Structure end |