Class: Aws::ResourceExplorer2::Types::GetIndexOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon resource name (ARN) of the index.

Returns:

  • (String)


469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 469

class GetIndexOutput < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :replicating_from,
  :replicating_to,
  :state,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#created_atTime

The date and time when the index was originally created.

Returns:

  • (Time)


469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 469

class GetIndexOutput < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :replicating_from,
  :replicating_to,
  :state,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#last_updated_atTime

The date and time when the index was last updated.

Returns:

  • (Time)


469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 469

class GetIndexOutput < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :replicating_from,
  :replicating_to,
  :state,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#replicating_fromArray<String>

This response value is present only if this index is Type=AGGREGATOR.

A list of the Amazon Web Services Regions that replicate their content to the index in this Region.

Returns:

  • (Array<String>)


469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 469

class GetIndexOutput < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :replicating_from,
  :replicating_to,
  :state,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#replicating_toArray<String>

This response value is present only if this index is Type=LOCAL.

The Amazon Web Services Region that contains the aggregator index, if one exists. If an aggregator index does exist then the Region in which you called this operation replicates its index information to the Region specified in this response value.

Returns:

  • (Array<String>)


469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 469

class GetIndexOutput < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :replicating_from,
  :replicating_to,
  :state,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#stateString

The current state of the index in this Amazon Web Services Region.

Returns:

  • (String)


469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 469

class GetIndexOutput < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :replicating_from,
  :replicating_to,
  :state,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

Tag key and value pairs that are attached to the index.

Returns:

  • (Hash<String,String>)


469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 469

class GetIndexOutput < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :replicating_from,
  :replicating_to,
  :state,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#typeString

The type of the index in this Region. For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index.

Returns:

  • (String)


469
470
471
472
473
474
475
476
477
478
479
480
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 469

class GetIndexOutput < Struct.new(
  :arn,
  :created_at,
  :last_updated_at,
  :replicating_from,
  :replicating_to,
  :state,
  :tags,
  :type)
  SENSITIVE = [:tags]
  include Aws::Structure
end