Class: Aws::GroundStation::Types::ConfigListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ConfigListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
An item in a list of ‘Config` objects.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_arn ⇒ String
ARN of a ‘Config`.
-
#config_id ⇒ String
UUID of a ‘Config`.
-
#config_type ⇒ String
Type of a ‘Config`.
-
#name ⇒ String
Name of a ‘Config`.
Instance Attribute Details
#config_arn ⇒ String
ARN of a ‘Config`.
339 340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-groundstation/types.rb', line 339 class ConfigListItem < Struct.new( :config_arn, :config_id, :config_type, :name) SENSITIVE = [] include Aws::Structure end |
#config_id ⇒ String
UUID of a ‘Config`.
339 340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-groundstation/types.rb', line 339 class ConfigListItem < Struct.new( :config_arn, :config_id, :config_type, :name) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
Type of a ‘Config`.
339 340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-groundstation/types.rb', line 339 class ConfigListItem < Struct.new( :config_arn, :config_id, :config_type, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of a ‘Config`.
339 340 341 342 343 344 345 346 |
# File 'lib/aws-sdk-groundstation/types.rb', line 339 class ConfigListItem < Struct.new( :config_arn, :config_id, :config_type, :name) SENSITIVE = [] include Aws::Structure end |