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

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 open ports.

Returns:

  • (String)


12536
12537
12538
12539
12540
12541
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12536

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:



12536
12537
12538
12539
12540
12541
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 12536

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