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.
389 390 391 |
# File 'sig/types.rbs', line 389 def arn @arn end |
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
395 396 397 |
# File 'sig/types.rbs', line 395 def association @association end |
#data_endpoints ⇒ ::Array[::String]
Returns the value of attribute data_endpoints.
392 393 394 |
# File 'sig/types.rbs', line 392 def data_endpoints @data_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
391 392 393 |
# File 'sig/types.rbs', line 391 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
390 391 392 |
# File 'sig/types.rbs', line 390 def name @name end |
#outputs ⇒ ::Array[Types::GetOutput]
Returns the value of attribute outputs.
393 394 395 |
# File 'sig/types.rbs', line 393 def outputs @outputs end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
394 395 396 |
# File 'sig/types.rbs', line 394 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
396 397 398 |
# File 'sig/types.rbs', line 396 def @tags end |