Class: Aws::Lightsail::Types::CloseInstancePublicPortsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CloseInstancePublicPortsRequest
- 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 close ports.
-
#port_info ⇒ Types::PortInfo
An object to describe the ports to close for the specified instance.
Instance Attribute Details
#instance_name ⇒ String
The name of the instance for which to close ports.
1852 1853 1854 1855 1856 1857 |
# File 'lib/aws-sdk-lightsail/types.rb', line 1852 class CloseInstancePublicPortsRequest < Struct.new( :port_info, :instance_name) SENSITIVE = [] include Aws::Structure end |
#port_info ⇒ Types::PortInfo
An object to describe the ports to close for the specified instance.
1852 1853 1854 1855 1856 1857 |
# File 'lib/aws-sdk-lightsail/types.rb', line 1852 class CloseInstancePublicPortsRequest < Struct.new( :port_info, :instance_name) SENSITIVE = [] include Aws::Structure end |