Class: Aws::Lightsail::Types::CloseInstancePublicPortsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_nameString

The name of the instance for which to close ports.

Returns:

  • (String)


1852
1853
1854
1855
1856
1857
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1852

class CloseInstancePublicPortsRequest < Struct.new(
  :port_info,
  :instance_name)
  SENSITIVE = []
  include Aws::Structure
end

#port_infoTypes::PortInfo

An object to describe the ports to close for the specified instance.

Returns:



1852
1853
1854
1855
1856
1857
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1852

class CloseInstancePublicPortsRequest < Struct.new(
  :port_info,
  :instance_name)
  SENSITIVE = []
  include Aws::Structure
end