Class: Aws::GroundStation::Types::GetConfigResponse

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

Overview

Output for the GetConfig operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_arn ⇒ String

ARN of a Config

Returns:

  • (String)


2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
# File 'lib/aws-sdk-groundstation/types.rb', line 2398

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

#config_data ⇒ Types::ConfigTypeData

Data elements in a Config.



2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
# File 'lib/aws-sdk-groundstation/types.rb', line 2398

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

#config_id ⇒ String

UUID of a Config.

Returns:

  • (String)


2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
# File 'lib/aws-sdk-groundstation/types.rb', line 2398

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

#config_type ⇒ String

Type of a Config.

Returns:

  • (String)


2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
# File 'lib/aws-sdk-groundstation/types.rb', line 2398

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

#name ⇒ String

Name of a Config.

Returns:

  • (String)


2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
# File 'lib/aws-sdk-groundstation/types.rb', line 2398

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

#tags ⇒ Hash<String,String>

Tags assigned to a Config.

Returns:

  • (Hash<String,String>)


2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
# File 'lib/aws-sdk-groundstation/types.rb', line 2398

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