Class: Aws::Types::Property
- Inherits:
-
Object
- Object
- Aws::Types::Property
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::Array[Types::AllowedValue]
Returns the value of attribute allowed_values.
-
#data_operation_scopes ⇒ ::Array[("READ" | "WRITE")]
Returns the value of attribute data_operation_scopes.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#key_override ⇒ ::String
Returns the value of attribute key_override.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#property_location ⇒ "HEADER", ...
Returns the value of attribute property_location.
-
#property_types ⇒ ::Array[("USER_INPUT" | "SECRET" | "READ_ONLY" | "UNUSED" | "SECRET_OR_USER_INPUT")]
Returns the value of attribute property_types.
-
#required ⇒ Boolean
Returns the value of attribute required.
Instance Attribute Details
#allowed_values ⇒ ::Array[Types::AllowedValue]
Returns the value of attribute allowed_values.
6020 6021 6022 |
# File 'sig/types.rbs', line 6020 def allowed_values @allowed_values end |
#data_operation_scopes ⇒ ::Array[("READ" | "WRITE")]
Returns the value of attribute data_operation_scopes.
6021 6022 6023 |
# File 'sig/types.rbs', line 6021 def data_operation_scopes @data_operation_scopes end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
6018 6019 6020 |
# File 'sig/types.rbs', line 6018 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
6016 6017 6018 |
# File 'sig/types.rbs', line 6016 def description @description end |
#key_override ⇒ ::String
Returns the value of attribute key_override.
6022 6023 6024 |
# File 'sig/types.rbs', line 6022 def key_override @key_override end |
#name ⇒ ::String
Returns the value of attribute name.
6015 6016 6017 |
# File 'sig/types.rbs', line 6015 def name @name end |
#property_location ⇒ "HEADER", ...
Returns the value of attribute property_location.
6023 6024 6025 |
# File 'sig/types.rbs', line 6023 def property_location @property_location end |
#property_types ⇒ ::Array[("USER_INPUT" | "SECRET" | "READ_ONLY" | "UNUSED" | "SECRET_OR_USER_INPUT")]
Returns the value of attribute property_types.
6019 6020 6021 |
# File 'sig/types.rbs', line 6019 def property_types @property_types end |
#required ⇒ Boolean
Returns the value of attribute required.
6017 6018 6019 |
# File 'sig/types.rbs', line 6017 def required @required end |