Class: Aws::Types::ClientCredentialsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: ClientCredentialsGrantDetails, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_credentials_grant_detailsTypes::ClientCredentialsGrantDetails

Returns the value of attribute client_credentials_grant_details.



1726
1727
1728
# File 'sig/types.rbs', line 1726

def client_credentials_grant_details
  @client_credentials_grant_details
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def unknown
  @unknown
end