Class: Aws::GroundStation::Types::GetConfigRequest

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_idString

UUID of a Config.

Returns:

  • (String)


1509
1510
1511
1512
1513
1514
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1509

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

#config_typeString

Type of a Config.

Returns:

  • (String)


1509
1510
1511
1512
1513
1514
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1509

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