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.
14147 14148 14149 14150 14151 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14147 class StartGUISessionRequest < Struct.new( :resource_name) SENSITIVE = [] include Aws::Structure end |