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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#mode ⇒ Types::PrivateConnectionMode
Returns the value of attribute mode.
359 360 361 |
# File 'sig/types.rbs', line 359 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
358 359 360 |
# File 'sig/types.rbs', line 358 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
360 361 362 |
# File 'sig/types.rbs', line 360 def @tags end |