Class: Aws::ResourceExplorer2::Types::DeleteIndexOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::DeleteIndexOutput
- 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)] 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.
<note markdown=“1”> This operation is asynchronous. To check its status, call the GetIndex operation.
</note>
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
343 344 345 346 347 348 349 |
# File '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 '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 'lib/aws-sdk-resourceexplorer2/types.rb', line 343 class DeleteIndexOutput < Struct.new( :arn, :last_updated_at, :state) SENSITIVE = [] include Aws::Structure end |