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.
-
#invocation_connectivity_parameters ⇒ Types::DescribeConnectionConnectivityParameters
Returns the value of attribute invocation_connectivity_parameters.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#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.
472 473 474 |
# File 'sig/types.rbs', line 472 def auth_parameters @auth_parameters end |
#authorization_type ⇒ "BASIC", ...
Returns the value of attribute authorization_type.
469 470 471 |
# File 'sig/types.rbs', line 469 def end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
463 464 465 |
# File 'sig/types.rbs', line 463 def connection_arn @connection_arn end |
#connection_state ⇒ "CREATING", ...
Returns the value of attribute connection_state.
467 468 469 |
# File 'sig/types.rbs', line 467 def connection_state @connection_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
473 474 475 |
# File 'sig/types.rbs', line 473 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
465 466 467 |
# File 'sig/types.rbs', line 465 def description @description end |
#invocation_connectivity_parameters ⇒ Types::DescribeConnectionConnectivityParameters
Returns the value of attribute invocation_connectivity_parameters.
466 467 468 |
# File 'sig/types.rbs', line 466 def invocation_connectivity_parameters @invocation_connectivity_parameters end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
471 472 473 |
# File 'sig/types.rbs', line 471 def kms_key_identifier @kms_key_identifier end |
#last_authorized_time ⇒ ::Time
Returns the value of attribute last_authorized_time.
475 476 477 |
# File 'sig/types.rbs', line 475 def end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
474 475 476 |
# File 'sig/types.rbs', line 474 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
464 465 466 |
# File 'sig/types.rbs', line 464 def name @name end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
470 471 472 |
# File 'sig/types.rbs', line 470 def secret_arn @secret_arn end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
468 469 470 |
# File 'sig/types.rbs', line 468 def state_reason @state_reason end |