Class: Aws::GroundStation::Types::DecodeConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#unvalidated_jsonString

Unvalidated JSON of a decode Config.

Returns:

  • (String)


837
838
839
840
841
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 837

class DecodeConfig < Struct.new(
  :unvalidated_json)
  SENSITIVE = []
  include Aws::Structure
end