Class: Aws::AppMesh::Types::JsonFormatRef
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::JsonFormatRef
- 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
-
#key ⇒ String
The specified key for the JSON.
-
#value ⇒ String
The specified value for the JSON.
Instance Attribute Details
#key ⇒ String
The specified key for the JSON.
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 |
#value ⇒ String
The specified value for the JSON.
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 |