Class: Aws::Types::SlackConnectorProfileCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret, :access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def access_token
  @access_token
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def client_secret
  @client_secret
end

#o_auth_requestTypes::ConnectorOAuthRequest

Returns the value of attribute o_auth_request.



1179
1180
1181
# File 'sig/types.rbs', line 1179

def o_auth_request
  @o_auth_request
end