Class: Aws::Types::CreateFeedResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFeedResponse
- 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.
81 82 83 |
# File 'sig/types.rbs', line 81 def arn @arn end |
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
87 88 89 |
# File 'sig/types.rbs', line 87 def association @association end |
#data_endpoints ⇒ ::Array[::String]
Returns the value of attribute data_endpoints.
84 85 86 |
# File 'sig/types.rbs', line 84 def data_endpoints @data_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
83 84 85 |
# File 'sig/types.rbs', line 83 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
82 83 84 |
# File 'sig/types.rbs', line 82 def name @name end |
#outputs ⇒ ::Array[Types::GetOutput]
Returns the value of attribute outputs.
85 86 87 |
# File 'sig/types.rbs', line 85 def outputs @outputs end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
86 87 88 |
# File 'sig/types.rbs', line 86 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
88 89 90 |
# File 'sig/types.rbs', line 88 def @tags end |