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.
443 444 445 |
# File 'sig/types.rbs', line 443 def access_role_arn @access_role_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
438 439 440 |
# File 'sig/types.rbs', line 438 def arn @arn end |
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
445 446 447 |
# File 'sig/types.rbs', line 445 def association @association end |
#data_endpoints ⇒ ::Array[::String]
Returns the value of attribute data_endpoints.
441 442 443 |
# File 'sig/types.rbs', line 441 def data_endpoints @data_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
440 441 442 |
# File 'sig/types.rbs', line 440 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
439 440 441 |
# File 'sig/types.rbs', line 439 def name @name end |
#outputs ⇒ ::Array[Types::GetOutput]
Returns the value of attribute outputs.
442 443 444 |
# File 'sig/types.rbs', line 442 def outputs @outputs end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
444 445 446 |
# File 'sig/types.rbs', line 444 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
446 447 448 |
# File 'sig/types.rbs', line 446 def @tags end |