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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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.

Returns:

  • (String)


339
340
341
342
343
344
345
346
# File 'gems/aws-sdk-groundstation/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_idString

UUID of a Config.

Returns:

  • (String)


339
340
341
342
343
344
345
346
# File 'gems/aws-sdk-groundstation/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_typeString

Type of a Config.

Returns:

  • (String)


339
340
341
342
343
344
345
346
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 339

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

#nameString

Name of a Config.

Returns:

  • (String)


339
340
341
342
343
344
345
346
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 339

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