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.
8138 8139 8140 8141 8142 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 8138 class GetInstancePortStatesResult < Struct.new( :port_states) SENSITIVE = [] include Aws::Structure end |