Class: Aws::Types::OAuth2CustomParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_supplied_values::Array[::String]

Returns the value of attribute connector_supplied_values.

Returns:

  • (::Array[::String])


856
857
858
# File 'sig/types.rbs', line 856

def connector_supplied_values
  @connector_supplied_values
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def description
  @description
end

#is_requiredBoolean

Returns the value of attribute is_required.

Returns:

  • (Boolean)


852
853
854
# File 'sig/types.rbs', line 852

def is_required
  @is_required
end

#is_sensitive_fieldBoolean

Returns the value of attribute is_sensitive_field.

Returns:

  • (Boolean)


855
856
857
# File 'sig/types.rbs', line 855

def is_sensitive_field
  @is_sensitive_field
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def key
  @key
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def label
  @label
end

#type"TOKEN_URL", "AUTH_URL"

Returns the value of attribute type.

Returns:

  • ("TOKEN_URL", "AUTH_URL")


857
858
859
# File 'sig/types.rbs', line 857

def type
  @type
end