Class: Aws::ResourceExplorer2::Types::UpdateIndexTypeInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon resource name (ARN) of the index that you want to update.

Returns:

  • (String)


1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1352

class UpdateIndexTypeInput < Struct.new(
  :arn,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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.

Returns:

  • (String)


1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1352

class UpdateIndexTypeInput < Struct.new(
  :arn,
  :type)
  SENSITIVE = []
  include Aws::Structure
end