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

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

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

Returns:

  • (String)


568
569
570
571
572
573
574
575
576
577
578
579
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 568

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

#created_atTime

The date and time when the index was originally created.

Returns:

  • (Time)


568
569
570
571
572
573
574
575
576
577
578
579
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 568

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

#last_updated_atTime

The date and time when the index was last updated.

Returns:

  • (Time)


568
569
570
571
572
573
574
575
576
577
578
579
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 568

class GetIndexOutput < Struct.new(
  :arn,
  :type,
  :state,
  :replicating_from,
  :replicating_to,
  :created_at,
  :last_updated_at,
  :tags)
  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>)


568
569
570
571
572
573
574
575
576
577
578
579
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 568

class GetIndexOutput < Struct.new(
  :arn,
  :type,
  :state,
  :replicating_from,
  :replicating_to,
  :created_at,
  :last_updated_at,
  :tags)
  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>)


568
569
570
571
572
573
574
575
576
577
578
579
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 568

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

#stateString

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

Returns:

  • (String)


568
569
570
571
572
573
574
575
576
577
578
579
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 568

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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


568
569
570
571
572
573
574
575
576
577
578
579
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 568

class GetIndexOutput < Struct.new(
  :arn,
  :type,
  :state,
  :replicating_from,
  :replicating_to,
  :created_at,
  :last_updated_at,
  :tags)
  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].

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

Returns:

  • (String)


568
569
570
571
572
573
574
575
576
577
578
579
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 568

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