Class: Aws::Types::InputDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ip::String

Returns the value of attribute ip.

Returns:



1711
1712
1713
# File 'sig/types.rbs', line 1711

def ip
  @ip
end

#network::String

Returns the value of attribute network.

Returns:



1715
1716
1717
# File 'sig/types.rbs', line 1715

def network
  @network
end

#network_routes::Array[Types::InputDestinationRoute]

Returns the value of attribute network_routes.

Returns:



1716
1717
1718
# File 'sig/types.rbs', line 1716

def network_routes
  @network_routes
end

#port::String

Returns the value of attribute port.

Returns:



1712
1713
1714
# File 'sig/types.rbs', line 1712

def port
  @port
end

#url::String

Returns the value of attribute url.

Returns:



1713
1714
1715
# File 'sig/types.rbs', line 1713

def url
  @url
end

#vpcTypes::InputDestinationVpc

Returns the value of attribute vpc.

Returns:



1714
1715
1716
# File 'sig/types.rbs', line 1714

def vpc
  @vpc
end