Class: Aws::Types::InboundConnection
- Inherits:
-
Object
- Object
- Aws::Types::InboundConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#connection_mode ⇒ "DIRECT", "VPC_ENDPOINT"
Returns the value of attribute connection_mode.
-
#connection_status ⇒ Types::InboundConnectionStatus
Returns the value of attribute connection_status.
-
#local_domain_info ⇒ Types::DomainInformationContainer
Returns the value of attribute local_domain_info.
-
#remote_domain_info ⇒ Types::DomainInformationContainer
Returns the value of attribute remote_domain_info.
Instance Attribute Details
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def connection_id @connection_id end |
#connection_mode ⇒ "DIRECT", "VPC_ENDPOINT"
Returns the value of attribute connection_mode.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def connection_mode @connection_mode end |
#connection_status ⇒ Types::InboundConnectionStatus
Returns the value of attribute connection_status.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def connection_status @connection_status end |
#local_domain_info ⇒ Types::DomainInformationContainer
Returns the value of attribute local_domain_info.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def local_domain_info @local_domain_info end |
#remote_domain_info ⇒ Types::DomainInformationContainer
Returns the value of attribute remote_domain_info.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def remote_domain_info @remote_domain_info end |