Class: Aws::Lightsail::Types::PutInstancePublicPortsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 open ports.

Returns:

  • (String)


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_infosArray<Types::PortInfo>

An array of objects to describe the ports to open for the specified instance.

Returns:



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