Class: Aws::Lightsail::Types::GetInstanceAccessDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetInstanceAccessDetailsRequest
- 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 access.
-
#protocol ⇒ String
The protocol to use to connect to your instance.
Instance Attribute Details
#instance_name ⇒ String
The name of the instance to access.
7914 7915 7916 7917 7918 7919 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7914 class GetInstanceAccessDetailsRequest < Struct.new( :instance_name, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol to use to connect to your instance. Defaults to ‘ssh`.
7914 7915 7916 7917 7918 7919 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7914 class GetInstanceAccessDetailsRequest < Struct.new( :instance_name, :protocol) SENSITIVE = [] include Aws::Structure end |