Class: Aws::Types::AuthParameter
- Inherits:
-
Object
- Object
- Aws::Types::AuthParameter
- 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.
Instance Attribute Details
#connector_supplied_values ⇒ ::Array[::String]
Returns the value of attribute connector_supplied_values.
51 52 53 |
# File 'sig/types.rbs', line 51 def connector_supplied_values @connector_supplied_values end |
#description ⇒ ::String
Returns the value of attribute description.
49 50 51 |
# File 'sig/types.rbs', line 49 def description @description end |
#is_required ⇒ Boolean
Returns the value of attribute is_required.
47 48 49 |
# File 'sig/types.rbs', line 47 def is_required @is_required end |
#is_sensitive_field ⇒ Boolean
Returns the value of attribute is_sensitive_field.
50 51 52 |
# File 'sig/types.rbs', line 50 def is_sensitive_field @is_sensitive_field end |
#key ⇒ ::String
Returns the value of attribute key.
46 47 48 |
# File 'sig/types.rbs', line 46 def key @key end |
#label ⇒ ::String
Returns the value of attribute label.
48 49 50 |
# File 'sig/types.rbs', line 48 def label @label end |