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.
116 117 118 |
# File 'sig/types.rbs', line 116 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
117 118 119 |
# File 'sig/types.rbs', line 117 def id @id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
118 119 120 |
# File 'sig/types.rbs', line 118 def status @status end |