Class: Aws::Types::ClientCredentialsProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_idTypes::ConnectorProperty

Returns the value of attribute client_id.



787
788
789
# File 'sig/types.rbs', line 787

def client_id
  @client_id
end

#client_secretTypes::ConnectorProperty

Returns the value of attribute client_secret.



788
789
790
# File 'sig/types.rbs', line 788

def client_secret
  @client_secret
end

#content_type"APPLICATION_JSON", "URL_ENCODED"

Returns the value of attribute content_type.

Returns:

  • ("APPLICATION_JSON", "URL_ENCODED")


786
787
788
# File 'sig/types.rbs', line 786

def content_type
  @content_type
end

#request_method"GET", "POST"

Returns the value of attribute request_method.

Returns:

  • ("GET", "POST")


785
786
787
# File 'sig/types.rbs', line 785

def request_method
  @request_method
end

#scopeTypes::ConnectorProperty

Returns the value of attribute scope.



789
790
791
# File 'sig/types.rbs', line 789

def scope
  @scope
end

#token_urlTypes::ConnectorProperty

Returns the value of attribute token_url.



784
785
786
# File 'sig/types.rbs', line 784

def token_url
  @token_url
end

#token_url_parameters::Array[Types::ConnectorProperty]

Returns the value of attribute token_url_parameters.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def token_url_parameters
  @token_url_parameters
end