Class: Aws::ResourceExplorer2::Types::GetServiceIndexOutput

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 Resource Explorer index in the current Region.

Returns:

  • (String)


665
666
667
668
669
670
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 665

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

#typeString

The type of the index. Valid values are ‘LOCAL` (contains resources from the current Region only) or `AGGREGATOR` (contains replicated resource information from all Regions).

Returns:

  • (String)


665
666
667
668
669
670
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 665

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