Class: Aws::Types::CreatePrivateConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePrivateConnectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mode ⇒ Types::PrivateConnectionMode
Returns the value of attribute mode.
-
#private_connection_name ⇒ ::String
Returns the value of attribute private_connection_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#mode ⇒ Types::PrivateConnectionMode
Returns the value of attribute mode.
699 700 701 |
# File 'sig/types.rbs', line 699 def mode @mode end |
#private_connection_name ⇒ ::String
Returns the value of attribute private_connection_name.
698 699 700 |
# File 'sig/types.rbs', line 698 def private_connection_name @private_connection_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
700 701 702 |
# File 'sig/types.rbs', line 700 def @tags end |