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.
8275 8276 8277 8278 8279 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8275 class GetInstancePortStatesRequest < Struct.new( :instance_name) SENSITIVE = [] include Aws::Structure end |