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_arn ⇒ String

ARN of a Config.

Returns:

  • (String)


549
550
551
552
553
554
555
556
# File 'lib/aws-sdk-groundstation/types.rb', line 549

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

#config_id ⇒ String

UUID of a Config.

Returns:

  • (String)


549
550
551
552
553
554
555
556
# File 'lib/aws-sdk-groundstation/types.rb', line 549

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

#config_type ⇒ String

Type of a Config.

Returns:

  • (String)


549
550
551
552
553
554
555
556
# File 'lib/aws-sdk-groundstation/types.rb', line 549

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

#name ⇒ String

Name of a Config.

Returns:

  • (String)


549
550
551
552
553
554
555
556
# File 'lib/aws-sdk-groundstation/types.rb', line 549

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