Class: Aws::OpsWorks::Types::GrantAccessResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::GrantAccessResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘GrantAccess` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#temporary_credential ⇒ Types::TemporaryCredential
A ‘TemporaryCredential` object that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.
Instance Attribute Details
#temporary_credential ⇒ Types::TemporaryCredential
A ‘TemporaryCredential` object that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.
3327 3328 3329 3330 3331 |
# File 'lib/aws-sdk-opsworks/types.rb', line 3327 class GrantAccessResult < Struct.new( :temporary_credential) SENSITIVE = [] include Aws::Structure end |