Class: Aws::Types::DeleteFeedResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFeedResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
128 129 130 |
# File 'sig/types.rbs', line 128 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
129 130 131 |
# File 'sig/types.rbs', line 129 def id @id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
130 131 132 |
# File 'sig/types.rbs', line 130 def status @status end |