Class: Aws::GroundStation::Types::DecodeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DecodeConfig
- Includes:
- Structure
- Defined in:
- 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`.
837 838 839 840 841 |
# File 'lib/aws-sdk-groundstation/types.rb', line 837 class DecodeConfig < Struct.new( :unvalidated_json) SENSITIVE = [] include Aws::Structure end |