Class: Aws::Types::UpdateFeedRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFeedRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outputs ⇒ ::Array[Types::UpdateOutput]
Returns the value of attribute outputs.
Instance Attribute Details
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
382 383 384 |
# File 'sig/types.rbs', line 382 def access_role_arn @access_role_arn end |
#id ⇒ ::String
Returns the value of attribute id.
383 384 385 |
# File 'sig/types.rbs', line 383 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
381 382 383 |
# File 'sig/types.rbs', line 381 def name @name end |
#outputs ⇒ ::Array[Types::UpdateOutput]
Returns the value of attribute outputs.
384 385 386 |
# File 'sig/types.rbs', line 384 def outputs @outputs end |