Class: Aws::Types::CloseInstancePublicPortsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CloseInstancePublicPortsRequest
- 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.
343 344 345 |
# File 'sig/types.rbs', line 343 def instance_name @instance_name end |
#port_info ⇒ Types::PortInfo
Returns the value of attribute port_info.
342 343 344 |
# File 'sig/types.rbs', line 342 def port_info @port_info end |