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

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)


2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095

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

#config_dataTypes::ConfigTypeData

Data elements in a Config.



2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095

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

#config_idString

UUID of a Config.

Returns:

  • (String)


2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095

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

#config_typeString

Type of a Config.

Returns:

  • (String)


2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095

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

#nameString

Name of a Config.

Returns:

  • (String)


2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095

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

#tagsHash<String,String>

Tags assigned to a Config.

Returns:

  • (Hash<String,String>)


2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2095

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