Class: Aws::Lightsail::Types::GetInstancePortStatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstancePortStatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_name ⇒ String
The name of the instance for which to return firewall port states.
Instance Attribute Details
#instance_name ⇒ String
The name of the instance for which to return firewall port states.
8144 8145 8146 8147 8148 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8144 class GetInstancePortStatesRequest < Struct.new( :instance_name) SENSITIVE = [] include Aws::Structure end |