Class: Aws::Types::ComponentBindingPropertiesValueProperties
- Inherits:
-
Object
- Object
- Aws::Types::ComponentBindingPropertiesValueProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#field ⇒ ::String
Returns the value of attribute field.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#model ⇒ ::String
Returns the value of attribute model.
-
#predicates ⇒ ::Array[Types::Predicate]
Returns the value of attribute predicates.
-
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
-
#user_attribute ⇒ ::String
Returns the value of attribute user_attribute.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
179 180 181 |
# File 'sig/types.rbs', line 179 def bucket @bucket end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
181 182 183 |
# File 'sig/types.rbs', line 181 def default_value @default_value end |
#field ⇒ ::String
Returns the value of attribute field.
176 177 178 |
# File 'sig/types.rbs', line 176 def field @field end |
#key ⇒ ::String
Returns the value of attribute key.
180 181 182 |
# File 'sig/types.rbs', line 180 def key @key end |
#model ⇒ ::String
Returns the value of attribute model.
175 176 177 |
# File 'sig/types.rbs', line 175 def model @model end |
#predicates ⇒ ::Array[Types::Predicate]
Returns the value of attribute predicates.
177 178 179 |
# File 'sig/types.rbs', line 177 def predicates @predicates end |
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
182 183 184 |
# File 'sig/types.rbs', line 182 def slot_name @slot_name end |
#user_attribute ⇒ ::String
Returns the value of attribute user_attribute.
178 179 180 |
# File 'sig/types.rbs', line 178 def user_attribute @user_attribute end |