Class: Aws::Types::DeleteAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::Attribute]
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::Attribute]
Returns the value of attribute attributes.
50 51 52 |
# File 'sig/types.rbs', line 50 def attributes @attributes end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def domain_name @domain_name end |
#expected ⇒ Types::UpdateCondition
Returns the value of attribute expected.
51 52 53 |
# File 'sig/types.rbs', line 51 def expected @expected end |
#item_name ⇒ ::String
Returns the value of attribute item_name.
49 50 51 |
# File 'sig/types.rbs', line 49 def item_name @item_name end |