Class: Aws::GroundStation::Types::ConfigIdResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_arnString

ARN of a Config.

Returns:

  • (String)


311
312
313
314
315
316
317
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 311

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

#config_idString

UUID of a Config.

Returns:

  • (String)


311
312
313
314
315
316
317
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 311

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

#config_typeString

Type of a Config.

Returns:

  • (String)


311
312
313
314
315
316
317
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 311

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