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)


1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1542

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

#config_dataTypes::ConfigTypeData

Data elements in a Config.



1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1542

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

#config_idString

UUID of a Config.

Returns:

  • (String)


1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1542

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

#config_typeString

Type of a Config.

Returns:

  • (String)


1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1542

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

#nameString

Name of a Config.

Returns:

  • (String)


1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1542

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

#tagsHash<String,String>

Tags assigned to a Config.

Returns:

  • (Hash<String,String>)


1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1542

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