Class: Aws::Types::SimulationAppEndpointInfo
- Inherits:
-
Object
- Object
- Aws::Types::SimulationAppEndpointInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#ingress_port_mappings ⇒ ::Array[Types::SimulationAppPortMapping]
Returns the value of attribute ingress_port_mappings.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
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.
188 189 190 |
# File 'sig/types.rbs', line 188 def ingress_port_mappings @ingress_port_mappings end |