Class: Aws::Lightsail::Types::OpenInstancePublicPortsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::OpenInstancePublicPortsRequest
- 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_info ⇒ Types::PortInfo
An object 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.
11876 11877 11878 11879 11880 11881 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11876 class OpenInstancePublicPortsRequest < Struct.new( :port_info, :instance_name) SENSITIVE = [] include Aws::Structure end |
#port_info ⇒ Types::PortInfo
An object to describe the ports to open for the specified instance.
11876 11877 11878 11879 11880 11881 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11876 class OpenInstancePublicPortsRequest < Struct.new( :port_info, :instance_name) SENSITIVE = [] include Aws::Structure end |