Class: Aws::PrivateNetworks::Types::NameValuePair
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::NameValuePair
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Information about a name/value pair.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the pair.
-
#value ⇒ String
The value of the pair.
Instance Attribute Details
#name ⇒ String
The name of the pair.
1114 1115 1116 1117 1118 1119 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1114 class NameValuePair < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the pair.
1114 1115 1116 1117 1118 1119 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1114 class NameValuePair < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |