Class: Aws::Types::CreateOutboundConnectionResponse

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)


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.

Returns:

  • (::String)


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.

Returns:

  • ("DIRECT", "VPC_ENDPOINT")


553
554
555
# File 'sig/types.rbs', line 553

def connection_mode
  @connection_mode
end

#connection_propertiesTypes::ConnectionProperties

Returns the value of attribute connection_properties.



554
555
556
# File 'sig/types.rbs', line 554

def connection_properties
  @connection_properties
end

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