Class: Aws::GroundStation::Types::DecodeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DecodeConfig
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Information about the decode Config.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unvalidated_json ⇒ String
Unvalidated JSON of a decode
Config.
Instance Attribute Details
#unvalidated_json ⇒ String
Unvalidated JSON of a decode Config.
1103 1104 1105 1106 1107 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1103 class DecodeConfig < Struct.new( :unvalidated_json) SENSITIVE = [] include Aws::Structure end |