Class: Aws::Types::PutInstancePublicPortsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_name::String

Returns the value of attribute instance_name.

Returns:

  • (::String)


2590
2591
2592
# File 'sig/types.rbs', line 2590

def instance_name
  @instance_name
end

#port_infos::Array[Types::PortInfo]

Returns the value of attribute port_infos.

Returns:



2589
2590
2591
# File 'sig/types.rbs', line 2589

def port_infos
  @port_infos
end