Class: Aws::Types::OutboundConnection
- Inherits:
-
Object
- Object
- Aws::Types::OutboundConnection
- 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.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def connection_alias @connection_alias end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def connection_id @connection_id end |
#connection_mode ⇒ "DIRECT", "VPC_ENDPOINT"
Returns the value of attribute connection_mode.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def connection_mode @connection_mode end |
#connection_properties ⇒ Types::ConnectionProperties
Returns the value of attribute connection_properties.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def connection_properties @connection_properties end |
#connection_status ⇒ Types::OutboundConnectionStatus
Returns the value of attribute connection_status.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def connection_status @connection_status end |
#local_domain_info ⇒ Types::DomainInformationContainer
Returns the value of attribute local_domain_info.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def local_domain_info @local_domain_info end |
#remote_domain_info ⇒ Types::DomainInformationContainer
Returns the value of attribute remote_domain_info.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def remote_domain_info @remote_domain_info end |