Class: Aws::Types::InputDestinationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network::String

Returns the value of attribute network.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def network
  @network
end

#network_routes::Array[Types::InputRequestDestinationRoute]

Returns the value of attribute network_routes.



1720
1721
1722
# File 'sig/types.rbs', line 1720

def network_routes
  @network_routes
end

#static_ip_address::String

Returns the value of attribute static_ip_address.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def static_ip_address
  @static_ip_address
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def stream_name
  @stream_name
end