Class: Aws::Types::CreateConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#connection_state ⇒ "CREATING", ...
Returns the value of attribute connection_state.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def connection_arn @connection_arn end |
#connection_state ⇒ "CREATING", ...
Returns the value of attribute connection_state.
268 269 270 |
# File 'sig/types.rbs', line 268 def connection_state @connection_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
269 270 271 |
# File 'sig/types.rbs', line 269 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
270 271 272 |
# File 'sig/types.rbs', line 270 def last_modified_time @last_modified_time end |