Class: Aws::Lightsail::Types::OpenInstancePublicPortsRequest

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)


11866
11867
11868
11869
11870
11871
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11866

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

#port_infoTypes::PortInfo

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

Returns:



11866
11867
11868
11869
11870
11871
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11866

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