Class: Aws::Types::UpdateConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionResponse
- 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_authorized_time ⇒ ::Time
Returns the value of attribute last_authorized_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.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def connection_arn @connection_arn end |
#connection_state ⇒ "CREATING", ...
Returns the value of attribute connection_state.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def connection_state @connection_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def creation_time @creation_time end |
#last_authorized_time ⇒ ::Time
Returns the value of attribute last_authorized_time.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def last_modified_time @last_modified_time end |