Class: Aws::GroundStation::Types::ConfigListItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#config_arnString

ARN of a ‘Config`.



521
522
523
524
525
526
527
528
# File 'lib/aws-sdk-groundstation/types.rb', line 521

class ConfigListItem < Struct.new(
  :config_id,
  :config_type,
  :config_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#config_idString

UUID of a ‘Config`.



521
522
523
524
525
526
527
528
# File 'lib/aws-sdk-groundstation/types.rb', line 521

class ConfigListItem < Struct.new(
  :config_id,
  :config_type,
  :config_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#config_typeString

Type of a ‘Config`.



521
522
523
524
525
526
527
528
# File 'lib/aws-sdk-groundstation/types.rb', line 521

class ConfigListItem < Struct.new(
  :config_id,
  :config_type,
  :config_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of a ‘Config`.



521
522
523
524
525
526
527
528
# File 'lib/aws-sdk-groundstation/types.rb', line 521

class ConfigListItem < Struct.new(
  :config_id,
  :config_type,
  :config_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end