Class: Aws::Lightsail::Types::StopGUISessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::StopGUISessionRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_name ⇒ String
The resource name.
Instance Attribute Details
#resource_name ⇒ String
The resource name.
13764 13765 13766 13767 13768 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13764 class StopGUISessionRequest < Struct.new( :resource_name) SENSITIVE = [] include Aws::Structure end |