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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/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.



3315
3316
3317
3318
3319
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3315

class GrantAccessResult < Struct.new(
  :temporary_credential)
  SENSITIVE = []
  include Aws::Structure
end