Class: Aws::Lightsail::Types::GetInstanceStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstanceStateRequest
- 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 to get state information about.
Instance Attribute Details
#instance_name ⇒ String
The name of the instance to get state information about.
8261 8262 8263 8264 8265 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8261 class GetInstanceStateRequest < Struct.new( :instance_name) SENSITIVE = [] include Aws::Structure end |