Class: Aws::Types::RemoveAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#attribute_type ⇒ ::String
Returns the value of attribute attribute_type.
-
#update_attributes_request ⇒ Types::UpdateAttributesRequest
Returns the value of attribute update_attributes_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def application_id @application_id end |
#attribute_type ⇒ ::String
Returns the value of attribute attribute_type.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def attribute_type @attribute_type end |
#update_attributes_request ⇒ Types::UpdateAttributesRequest
Returns the value of attribute update_attributes_request.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def update_attributes_request @update_attributes_request end |