Class: Aws::Types::DisassociateFeedRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateFeedRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource_name ⇒ ::String
Returns the value of attribute associated_resource_name.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#associated_resource_name ⇒ ::String
Returns the value of attribute associated_resource_name.
156 157 158 |
# File 'sig/types.rbs', line 156 def associated_resource_name @associated_resource_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
157 158 159 |
# File 'sig/types.rbs', line 157 def dry_run @dry_run end |
#id ⇒ ::String
Returns the value of attribute id.
155 156 157 |
# File 'sig/types.rbs', line 155 def id @id end |