Class: Aws::ResourceExplorer2::Types::MemberIndex

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

Overview

An index is the data store used by Amazon Web Services Resource Explorer to hold information about your Amazon Web Services resources that the service discovers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID for the index.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1166

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

#arnString

The [Amazon resource name (ARN)] of the index.

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

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1166

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

#regionString

The Amazon Web Services Region in which the index exists.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1166

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

#typeString

The type of index. It can be one of the following values:

  • ‘LOCAL` – The index contains information about resources from only the same Amazon Web Services Region.

  • ‘AGGREGATOR` – Resource Explorer replicates copies of the indexed information about resources in all other Amazon Web Services Regions to the aggregator index. This lets search results in the Region with the aggregator index to include resources from all Regions in the account where Resource Explorer is turned on.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1166

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