Class: Aws::Lightsail::Types::GetInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstanceRequest
- 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.
Instance Attribute Details
#instance_name ⇒ String
The name of the instance.
8169 8170 8171 8172 8173 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8169 class GetInstanceRequest < Struct.new( :instance_name) SENSITIVE = [] include Aws::Structure end |