Class: Aws::ResourceExplorer2::Types::UpdateIndexTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::UpdateIndexTypeInput
- 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 update.
-
#type ⇒ String
The type of the index.
Instance Attribute Details
#arn ⇒ String
The Amazon resource name (ARN) of the index that you want to update.
2135 2136 2137 2138 2139 2140 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 2135 class UpdateIndexTypeInput < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the index. To understand the difference between LOCAL
and AGGREGATOR, see Turning on cross-Region search in the
Amazon Web Services Resource Explorer User Guide.
2135 2136 2137 2138 2139 2140 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 2135 class UpdateIndexTypeInput < Struct.new( :arn, :type) SENSITIVE = [] include Aws::Structure end |