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.
13928 13929 13930 13931 13932 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13928 class StartGUISessionRequest < Struct.new( :resource_name) SENSITIVE = [] include Aws::Structure end |