Class: Aws::Types::GetInstanceAccessDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInstanceAccessDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#protocol ⇒ "ssh", "rdp"
Returns the value of attribute protocol.
Instance Attribute Details
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def instance_name @instance_name end |
#protocol ⇒ "ssh", "rdp"
Returns the value of attribute protocol.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def protocol @protocol end |