Class: Aws::Lightsail::Types::GetInstancePortStatesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstancePortStatesResult
- Includes:
- Structure
- Defined in:
- 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.
8157 8158 8159 8160 8161 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8157 class GetInstancePortStatesResult < Struct.new( :port_states) SENSITIVE = [] include Aws::Structure end |