Class: Aws::Types::CreateOutboundConnectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateOutboundConnectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_alias ⇒ ::String
Returns the value of attribute connection_alias.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#connection_mode ⇒ "DIRECT", "VPC_ENDPOINT"
Returns the value of attribute connection_mode.
-
#connection_properties ⇒ Types::ConnectionProperties
Returns the value of attribute connection_properties.
-
#connection_status ⇒ Types::OutboundConnectionStatus
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_alias ⇒ ::String
Returns the value of attribute connection_alias.
550 551 552 |
# File 'sig/types.rbs', line 550 def connection_alias @connection_alias end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
552 553 554 |
# File 'sig/types.rbs', line 552 def connection_id @connection_id end |
#connection_mode ⇒ "DIRECT", "VPC_ENDPOINT"
Returns the value of attribute connection_mode.
553 554 555 |
# File 'sig/types.rbs', line 553 def connection_mode @connection_mode end |
#connection_properties ⇒ Types::ConnectionProperties
Returns the value of attribute connection_properties.
554 555 556 |
# File 'sig/types.rbs', line 554 def connection_properties @connection_properties end |
#connection_status ⇒ Types::OutboundConnectionStatus
Returns the value of attribute connection_status.
551 552 553 |
# File 'sig/types.rbs', line 551 def connection_status @connection_status end |
#local_domain_info ⇒ Types::DomainInformationContainer
Returns the value of attribute local_domain_info.
548 549 550 |
# File 'sig/types.rbs', line 548 def local_domain_info @local_domain_info end |
#remote_domain_info ⇒ Types::DomainInformationContainer
Returns the value of attribute remote_domain_info.
549 550 551 |
# File 'sig/types.rbs', line 549 def remote_domain_info @remote_domain_info end |