Class: Aws::ResourceExplorer2::Types::GetServiceIndexOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::GetServiceIndexOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Resource Explorer index in the current Region.
-
#type ⇒ String
The type of the index.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Resource Explorer index in the current Region.
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 |
#type ⇒ String
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).
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 |