Class: Aws::Types::CreateConnectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
50 51 52 |
# File 'sig/types.rbs', line 50 def connection_arn @connection_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
51 52 53 |
# File 'sig/types.rbs', line 51 def @tags end |