Class: Aws::Types::InboundConnection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


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.

Returns:

  • ("DIRECT", "VPC_ENDPOINT")


1467
1468
1469
# File 'sig/types.rbs', line 1467

def connection_mode
  @connection_mode
end

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