Class: Aws::Types::CreateOutboundConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateOutboundConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_alias ⇒ ::String
Returns the value of attribute connection_alias.
-
#connection_mode ⇒ "DIRECT", "VPC_ENDPOINT"
Returns the value of attribute connection_mode.
-
#connection_properties ⇒ Types::ConnectionProperties
Returns the value of attribute connection_properties.
-
#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.
541 542 543 |
# File 'sig/types.rbs', line 541 def connection_alias @connection_alias end |
#connection_mode ⇒ "DIRECT", "VPC_ENDPOINT"
Returns the value of attribute connection_mode.
542 543 544 |
# File 'sig/types.rbs', line 542 def connection_mode @connection_mode end |
#connection_properties ⇒ Types::ConnectionProperties
Returns the value of attribute connection_properties.
543 544 545 |
# File 'sig/types.rbs', line 543 def connection_properties @connection_properties end |
#local_domain_info ⇒ Types::DomainInformationContainer
Returns the value of attribute local_domain_info.
539 540 541 |
# File 'sig/types.rbs', line 539 def local_domain_info @local_domain_info end |
#remote_domain_info ⇒ Types::DomainInformationContainer
Returns the value of attribute remote_domain_info.
540 541 542 |
# File 'sig/types.rbs', line 540 def remote_domain_info @remote_domain_info end |