Class: Aws::Types::OAuth2CustomParameter
- Inherits:
-
Object
- Object
- Aws::Types::OAuth2CustomParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_supplied_values ⇒ ::Array[::String]
Returns the value of attribute connector_supplied_values.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_required ⇒ Boolean
Returns the value of attribute is_required.
-
#is_sensitive_field ⇒ Boolean
Returns the value of attribute is_sensitive_field.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#label ⇒ ::String
Returns the value of attribute label.
-
#type ⇒ "TOKEN_URL", "AUTH_URL"
Returns the value of attribute type.
Instance Attribute Details
#connector_supplied_values ⇒ ::Array[::String]
Returns the value of attribute connector_supplied_values.
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.
854 855 856 |
# File 'sig/types.rbs', line 854 def description @description end |
#is_required ⇒ Boolean
Returns the value of attribute is_required.
852 853 854 |
# File 'sig/types.rbs', line 852 def is_required @is_required end |
#is_sensitive_field ⇒ Boolean
Returns the value of attribute is_sensitive_field.
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.
851 852 853 |
# File 'sig/types.rbs', line 851 def key @key end |
#label ⇒ ::String
Returns the value of attribute label.
853 854 855 |
# File 'sig/types.rbs', line 853 def label @label end |
#type ⇒ "TOKEN_URL", "AUTH_URL"
Returns the value of attribute type.
857 858 859 |
# File 'sig/types.rbs', line 857 def type @type end |