Class: Aws::GroundStation::Types::DeleteConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DeleteConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_id ⇒ String
UUID of a ‘Config`.
-
#config_type ⇒ String
Type of a ‘Config`.
Instance Attribute Details
#config_id ⇒ String
UUID of a ‘Config`.
853 854 855 856 857 858 |
# File 'lib/aws-sdk-groundstation/types.rb', line 853 class DeleteConfigRequest < Struct.new( :config_id, :config_type) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
Type of a ‘Config`.
853 854 855 856 857 858 |
# File 'lib/aws-sdk-groundstation/types.rb', line 853 class DeleteConfigRequest < Struct.new( :config_id, :config_type) SENSITIVE = [] include Aws::Structure end |