Class: Aws::Types::UpdateFeedResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFeedResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
-
#data_endpoints ⇒ ::Array[::String]
Returns the value of attribute data_endpoints.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outputs ⇒ ::Array[Types::GetOutput]
Returns the value of attribute outputs.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
335 336 337 |
# File 'sig/types.rbs', line 335 def arn @arn end |
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
341 342 343 |
# File 'sig/types.rbs', line 341 def association @association end |
#data_endpoints ⇒ ::Array[::String]
Returns the value of attribute data_endpoints.
338 339 340 |
# File 'sig/types.rbs', line 338 def data_endpoints @data_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
337 338 339 |
# File 'sig/types.rbs', line 337 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
336 337 338 |
# File 'sig/types.rbs', line 336 def name @name end |
#outputs ⇒ ::Array[Types::GetOutput]
Returns the value of attribute outputs.
339 340 341 |
# File 'sig/types.rbs', line 339 def outputs @outputs end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
340 341 342 |
# File 'sig/types.rbs', line 340 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
342 343 344 |
# File 'sig/types.rbs', line 342 def @tags end |