Class: Aws::Types::OpenInstancePublicPortsRequest
- Inherits:
-
Object
- Object
- Aws::Types::OpenInstancePublicPortsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#port_info ⇒ Types::PortInfo
Returns the value of attribute port_info.
Instance Attribute Details
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def instance_name @instance_name end |
#port_info ⇒ Types::PortInfo
Returns the value of attribute port_info.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def port_info @port_info end |