Class: Aws::Types::GetFeedResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFeedResponse
- 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.
217 218 219 |
# File 'sig/types.rbs', line 217 def arn @arn end |
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
223 224 225 |
# File 'sig/types.rbs', line 223 def association @association end |
#data_endpoints ⇒ ::Array[::String]
Returns the value of attribute data_endpoints.
220 221 222 |
# File 'sig/types.rbs', line 220 def data_endpoints @data_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
219 220 221 |
# File 'sig/types.rbs', line 219 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
218 219 220 |
# File 'sig/types.rbs', line 218 def name @name end |
#outputs ⇒ ::Array[Types::GetOutput]
Returns the value of attribute outputs.
221 222 223 |
# File 'sig/types.rbs', line 221 def outputs @outputs end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
222 223 224 |
# File 'sig/types.rbs', line 222 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
224 225 226 |
# File 'sig/types.rbs', line 224 def @tags end |