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

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

Overview

Response containing the ARN, ID, and type of a Config.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_arnString

ARN of a Config.

Returns:

  • (String)


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

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

#config_idString

UUID of a Config.

Returns:

  • (String)


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

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

#config_typeString

Type of a Config.

Returns:

  • (String)


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

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