Class: Aws::Types::AssociateFeedRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateFeedRequest
- 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.
-
#outputs ⇒ ::Array[Types::CreateOutput]
Returns the value of attribute outputs.
Instance Attribute Details
#associated_resource_name ⇒ ::String
Returns the value of attribute associated_resource_name.
24 25 26 |
# File 'sig/types.rbs', line 24 def associated_resource_name @associated_resource_name end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
26 27 28 |
# File 'sig/types.rbs', line 26 def dry_run @dry_run end |
#id ⇒ ::String
Returns the value of attribute id.
23 24 25 |
# File 'sig/types.rbs', line 23 def id @id end |
#outputs ⇒ ::Array[Types::CreateOutput]
Returns the value of attribute outputs.
25 26 27 |
# File 'sig/types.rbs', line 25 def outputs @outputs end |