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)


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

def network
  @network
end

#network_routes::Array[Types::InputRequestDestinationRoute]

Returns the value of attribute network_routes.



1723
1724
1725
# File 'sig/types.rbs', line 1723

def network_routes
  @network_routes
end

#static_ip_address::String

Returns the value of attribute static_ip_address.

Returns:

  • (::String)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def static_ip_address
  @static_ip_address
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


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

def stream_name
  @stream_name
end