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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1605

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*.

[1]: docs.aws.amazon.com/resource-explorer/latest/userguide/manage-aggregator-region.html

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1605

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