Class: Aws::Lightsail::Types::StartGUISessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::StartGUISessionRequest
- Includes:
- Structure
- Defined in:
- 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.
14092 14093 14094 14095 14096 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14092 class StartGUISessionRequest < Struct.new( :resource_name) SENSITIVE = [] include Aws::Structure end |