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:

  • (::String)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def ip
  @ip
end

#network::String

Returns the value of attribute network.

Returns:

  • (::String)


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

def network
  @network
end

#network_routes::Array[Types::InputDestinationRoute]

Returns the value of attribute network_routes.

Returns:



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

def network_routes
  @network_routes
end

#port::String

Returns the value of attribute port.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def port
  @port
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


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

def url
  @url
end

#vpcTypes::InputDestinationVpc

Returns the value of attribute vpc.



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

def vpc
  @vpc
end