Class: Aws::Lightsail::Types::GetInstancePortStatesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstancePortStatesResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#port_states ⇒ Array<Types::InstancePortState>
An array of objects that describe the firewall port states for the specified instance.
Instance Attribute Details
#port_states ⇒ Array<Types::InstancePortState>
An array of objects that describe the firewall port states for the specified instance.
8120 8121 8122 8123 8124 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8120 class GetInstancePortStatesResult < Struct.new( :port_states) SENSITIVE = [] include Aws::Structure end |