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.



1645
1646
1647
# File 'sig/types.rbs', line 1645

def client_credentials_grant_details
  @client_credentials_grant_details
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def unknown
  @unknown
end