Class: Aws::Types::ReadClientCredentialsGrantDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


9543
9544
9545
# File 'sig/types.rbs', line 9543

def client_id
  @client_id
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


9544
9545
9546
# File 'sig/types.rbs', line 9544

def token_endpoint
  @token_endpoint
end