Class: Aws::ResourceExplorer2::Types::UpdateIndexTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::UpdateIndexTypeOutput
- 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 updated.
-
#last_updated_at ⇒ Time
The date and timestamp when the index was last updated.
-
#state ⇒ String
Indicates the state of the request to update the index.
-
#type ⇒ String
Specifies the type of the specified index after the operation completes.
Instance Attribute Details
#arn ⇒ String
The [Amazon resource name (ARN)] of the index that you updated.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1637 1638 1639 1640 1641 1642 1643 1644 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1637 class UpdateIndexTypeOutput < Struct.new( :arn, :last_updated_at, :state, :type) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and timestamp when the index was last updated.
1637 1638 1639 1640 1641 1642 1643 1644 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1637 class UpdateIndexTypeOutput < Struct.new( :arn, :last_updated_at, :state, :type) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.
1637 1638 1639 1640 1641 1642 1643 1644 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1637 class UpdateIndexTypeOutput < Struct.new( :arn, :last_updated_at, :state, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies the type of the specified index after the operation completes.
1637 1638 1639 1640 1641 1642 1643 1644 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1637 class UpdateIndexTypeOutput < Struct.new( :arn, :last_updated_at, :state, :type) SENSITIVE = [] include Aws::Structure end |