Class: Aws::Types::CreateOutboundConnectionRequest

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)


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.

Returns:

  • ("DIRECT", "VPC_ENDPOINT")


542
543
544
# File 'sig/types.rbs', line 542

def connection_mode
  @connection_mode
end

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