Class: Aws::PrivateNetworks::Types::NameValuePair

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Information about a name/value pair.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the pair.

Returns:

  • (String)


1114
1115
1116
1117
1118
1119
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1114

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

#valueString

The value of the pair.

Returns:

  • (String)


1114
1115
1116
1117
1118
1119
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1114

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