Class: Aws::Types::SimulationAppEndpointInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address ⇒ ::String

Returns the value of attribute address.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def address
  @address
end

#ingress_port_mappings ⇒ ::Array[Types::SimulationAppPortMapping]

Returns the value of attribute ingress_port_mappings.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def ingress_port_mappings
  @ingress_port_mappings
end