Class: Aws::OpsWorks::Types::GrantAccessResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#temporary_credentialTypes::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