Class: Aws::Types::BackendAuthAppleProviderConfig

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)


76
77
78
# File 'sig/types.rbs', line 76

def client_id
  @client_id
end

#key_id ⇒ ::String

Returns the value of attribute key_id.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def key_id
  @key_id
end

#private_key ⇒ ::String

Returns the value of attribute private_key.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def private_key
  @private_key
end

#team_id ⇒ ::String

Returns the value of attribute team_id.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def team_id
  @team_id
end