Class: Aws::AppMesh::Types::JsonFormatRef

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

An object that represents the key value pairs for the JSON.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The specified key for the JSON.

Returns:

  • (String)


2682
2683
2684
2685
2686
2687
# File 'lib/aws-sdk-appmesh/types.rb', line 2682

class JsonFormatRef < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The specified value for the JSON.

Returns:

  • (String)


2682
2683
2684
2685
2686
2687
# File 'lib/aws-sdk-appmesh/types.rb', line 2682

class JsonFormatRef < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end