Class: Aws::Types::OAuthClientCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id, :client_secret, :username])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


8725
8726
8727
# File 'sig/types.rbs', line 8725

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


8726
8727
8728
# File 'sig/types.rbs', line 8726

def client_secret
  @client_secret
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


8727
8728
8729
# File 'sig/types.rbs', line 8727

def username
  @username
end