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

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)


11876
11877
11878
11879
11880
11881
# File 'lib/aws-sdk-lightsail/types.rb', line 11876

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:



11876
11877
11878
11879
11880
11881
# File 'lib/aws-sdk-lightsail/types.rb', line 11876

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