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.
399 400 401 |
# File 'sig/types.rbs', line 399 def access_role_arn @access_role_arn end |
#id ⇒ ::String
Returns the value of attribute id.
400 401 402 |
# File 'sig/types.rbs', line 400 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
398 399 400 |
# File 'sig/types.rbs', line 398 def name @name end |
#outputs ⇒ ::Array[Types::UpdateOutput]
Returns the value of attribute outputs.
401 402 403 |
# File 'sig/types.rbs', line 401 def outputs @outputs end |