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)


9175
9176
9177
# File 'sig/types.rbs', line 9175

def client_id
  @client_id
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


9176
9177
9178
# File 'sig/types.rbs', line 9176

def token_endpoint
  @token_endpoint
end