Class: Aws::Types::DeauthorizeConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeauthorizeConnectionResponse
- 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.
290 291 292 |
# File 'sig/types.rbs', line 290 def connection_arn @connection_arn end |
#connection_state ⇒ "CREATING", ...
Returns the value of attribute connection_state.
291 292 293 |
# File 'sig/types.rbs', line 291 def connection_state @connection_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
292 293 294 |
# File 'sig/types.rbs', line 292 def creation_time @creation_time end |
#last_authorized_time ⇒ ::Time
Returns the value of attribute last_authorized_time.
294 295 296 |
# File 'sig/types.rbs', line 294 def @last_authorized_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
293 294 295 |
# File 'sig/types.rbs', line 293 def last_modified_time @last_modified_time end |