Class: Aws::Types::Connection
- Inherits:
-
Object
- Object
- Aws::Types::Connection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_type ⇒ "BASIC", ...
Returns the value of attribute authorization_type.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#authorization_type ⇒ "BASIC", ...
Returns the value of attribute authorization_type.
108 109 110 |
# File 'sig/types.rbs', line 108 def @authorization_type end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
104 105 106 |
# File 'sig/types.rbs', line 104 def connection_arn @connection_arn end |
#connection_state ⇒ "CREATING", ...
Returns the value of attribute connection_state.
106 107 108 |
# File 'sig/types.rbs', line 106 def connection_state @connection_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
109 110 111 |
# File 'sig/types.rbs', line 109 def creation_time @creation_time end |
#last_authorized_time ⇒ ::Time
Returns the value of attribute last_authorized_time.
111 112 113 |
# File 'sig/types.rbs', line 111 def @last_authorized_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
110 111 112 |
# File 'sig/types.rbs', line 110 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
105 106 107 |
# File 'sig/types.rbs', line 105 def name @name end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
107 108 109 |
# File 'sig/types.rbs', line 107 def state_reason @state_reason end |