Class: Aws::Types::OutboundConnection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_alias::String

Returns the value of attribute connection_alias.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("DIRECT", "VPC_ENDPOINT")


1940
1941
1942
# File 'sig/types.rbs', line 1940

def connection_mode
  @connection_mode
end

#connection_propertiesTypes::ConnectionProperties

Returns the value of attribute connection_properties.



1941
1942
1943
# File 'sig/types.rbs', line 1941

def connection_properties
  @connection_properties
end

#connection_statusTypes::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_infoTypes::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_infoTypes::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