Class: Aws::QuickSight::Types::ReadClientCredentialsDetails

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

Overview

Note:

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

Read-only details for OAuth2 client credentials, containing non-sensitive configuration information.

Direct Known Subclasses

ReadClientCredentialsGrantDetails, Unknown

Defined Under Namespace

Classes: ReadClientCredentialsGrantDetails, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#read_client_credentials_grant_detailsTypes::ReadClientCredentialsGrantDetails

The read-only client credentials grant configuration details.



28868
28869
28870
28871
28872
28873
28874
28875
28876
28877
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28868

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

  class ReadClientCredentialsGrantDetails < ReadClientCredentialsDetails; end
  class Unknown < ReadClientCredentialsDetails; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



28868
28869
28870
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28868

def unknown
  @unknown
end