Class: Aws::Lightsail::Types::GetInstancePortStatesResult

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

#port_statesArray<Types::InstancePortState>

An array of objects that describe the firewall port states for the specified instance.

Returns:



8158
8159
8160
8161
8162
# File 'lib/aws-sdk-lightsail/types.rb', line 8158

class GetInstancePortStatesResult < Struct.new(
  :port_states)
  SENSITIVE = []
  include Aws::Structure
end