Class: Aws::Lightsail::Types::PutInstancePublicPortsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::PutInstancePublicPortsRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_name ⇒ String
The name of the instance for which to open ports.
-
#port_infos ⇒ Array<Types::PortInfo>
An array of objects to describe the ports to open for the specified instance.
Instance Attribute Details
#instance_name ⇒ String
The name of the instance for which to open ports.
12449 12450 12451 12452 12453 12454 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12449 class PutInstancePublicPortsRequest < Struct.new( :port_infos, :instance_name) SENSITIVE = [] include Aws::Structure end |
#port_infos ⇒ Array<Types::PortInfo>
An array of objects to describe the ports to open for the specified instance.
12449 12450 12451 12452 12453 12454 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12449 class PutInstancePublicPortsRequest < Struct.new( :port_infos, :instance_name) SENSITIVE = [] include Aws::Structure end |