Class: Aws::Lightsail::Types::PutInstancePublicPortsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::PutInstancePublicPortsRequest
- Includes:
- Structure
- Defined in:
- 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.
12551 12552 12553 12554 12555 12556 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12551 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.
12551 12552 12553 12554 12555 12556 |
# File 'lib/aws-sdk-lightsail/types.rb', line 12551 class PutInstancePublicPortsRequest < Struct.new( :port_infos, :instance_name) SENSITIVE = [] include Aws::Structure end |