Class: Aws::QuickSight::Types::ReadAuthorizationCodeGrantCredentialsDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Note:

ReadAuthorizationCodeGrantCredentialsDetails is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ReadAuthorizationCodeGrantCredentialsDetails corresponding to the set member.

Read-only credentials details for OAuth2 authorization code grant flow, containing non-sensitive configuration information.

Direct Known Subclasses

ReadAuthorizationCodeGrantDetails, Unknown

Defined Under Namespace

Classes: ReadAuthorizationCodeGrantDetails, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#read_authorization_code_grant_detailsTypes::ReadAuthorizationCodeGrantDetails

The read-only authorization code grant configuration details.



28767
28768
28769
28770
28771
28772
28773
28774
28775
28776
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28767

class ReadAuthorizationCodeGrantCredentialsDetails < Struct.new(
  :read_authorization_code_grant_details,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class ReadAuthorizationCodeGrantDetails < ReadAuthorizationCodeGrantCredentialsDetails; end
  class Unknown < ReadAuthorizationCodeGrantCredentialsDetails; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



28767
28768
28769
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28767

def unknown
  @unknown
end