Class: Aws::Types::PutAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::ReplaceableAttribute]
Returns the value of attribute attributes.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#expected ⇒ Types::UpdateCondition
Returns the value of attribute expected.
-
#item_name ⇒ ::String
Returns the value of attribute item_name.
Instance Attribute Details
#attributes ⇒ ::Array[Types::ReplaceableAttribute]
Returns the value of attribute attributes.
181 182 183 |
# File 'sig/types.rbs', line 181 def attributes @attributes end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
179 180 181 |
# File 'sig/types.rbs', line 179 def domain_name @domain_name end |
#expected ⇒ Types::UpdateCondition
Returns the value of attribute expected.
182 183 184 |
# File 'sig/types.rbs', line 182 def expected @expected end |
#item_name ⇒ ::String
Returns the value of attribute item_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def item_name @item_name end |