Class: Aws::Types::PutInstancePublicPortsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutInstancePublicPortsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#port_infos ⇒ ::Array[Types::PortInfo]
Returns the value of attribute port_infos.
Instance Attribute Details
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def instance_name @instance_name end |
#port_infos ⇒ ::Array[Types::PortInfo]
Returns the value of attribute port_infos.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def port_infos @port_infos end |