Class: Aws::Types::GetFeedResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFeedResponse
- 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.
243 244 245 |
# File 'sig/types.rbs', line 243 def access_role_arn @access_role_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
238 239 240 |
# File 'sig/types.rbs', line 238 def arn @arn end |
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
245 246 247 |
# File 'sig/types.rbs', line 245 def association @association end |
#data_endpoints ⇒ ::Array[::String]
Returns the value of attribute data_endpoints.
241 242 243 |
# File 'sig/types.rbs', line 241 def data_endpoints @data_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
240 241 242 |
# File 'sig/types.rbs', line 240 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
239 240 241 |
# File 'sig/types.rbs', line 239 def name @name end |
#outputs ⇒ ::Array[Types::GetOutput]
Returns the value of attribute outputs.
242 243 244 |
# File 'sig/types.rbs', line 242 def outputs @outputs end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
244 245 246 |
# File 'sig/types.rbs', line 244 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
246 247 248 |
# File 'sig/types.rbs', line 246 def end |