Class: Aws::Types::UpdateFeedResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFeedResponse
- 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.
-
#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
#access_role_arn ⇒ ::String
Returns the value of attribute access_role_arn.
411 412 413 |
# File 'sig/types.rbs', line 411 def access_role_arn @access_role_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
406 407 408 |
# File 'sig/types.rbs', line 406 def arn @arn end |
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
413 414 415 |
# File 'sig/types.rbs', line 413 def association @association end |
#data_endpoints ⇒ ::Array[::String]
Returns the value of attribute data_endpoints.
409 410 411 |
# File 'sig/types.rbs', line 409 def data_endpoints @data_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
408 409 410 |
# File 'sig/types.rbs', line 408 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
407 408 409 |
# File 'sig/types.rbs', line 407 def name @name end |
#outputs ⇒ ::Array[Types::GetOutput]
Returns the value of attribute outputs.
410 411 412 |
# File 'sig/types.rbs', line 410 def outputs @outputs end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
412 413 414 |
# File 'sig/types.rbs', line 412 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
414 415 416 |
# File 'sig/types.rbs', line 414 def @tags end |