Class: Aws::Types::DescribeConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_parameters ⇒ Types::ConnectionAuthResponseParameters
Returns the value of attribute auth_parameters.
-
#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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#auth_parameters ⇒ Types::ConnectionAuthResponseParameters
Returns the value of attribute auth_parameters.
398 399 400 |
# File 'sig/types.rbs', line 398 def auth_parameters @auth_parameters end |
#authorization_type ⇒ "BASIC", ...
Returns the value of attribute authorization_type.
396 397 398 |
# File 'sig/types.rbs', line 396 def end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
391 392 393 |
# File 'sig/types.rbs', line 391 def connection_arn @connection_arn end |
#connection_state ⇒ "CREATING", ...
Returns the value of attribute connection_state.
394 395 396 |
# File 'sig/types.rbs', line 394 def connection_state @connection_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
399 400 401 |
# File 'sig/types.rbs', line 399 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
393 394 395 |
# File 'sig/types.rbs', line 393 def description @description end |
#last_authorized_time ⇒ ::Time
Returns the value of attribute last_authorized_time.
401 402 403 |
# File 'sig/types.rbs', line 401 def end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
400 401 402 |
# File 'sig/types.rbs', line 400 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
392 393 394 |
# File 'sig/types.rbs', line 392 def name @name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
397 398 399 |
# File 'sig/types.rbs', line 397 def secret_arn @secret_arn end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
395 396 397 |
# File 'sig/types.rbs', line 395 def state_reason @state_reason end |