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.
74 75 76 |
# File 'sig/types.rbs', line 74 def arn @arn end |
#association ⇒ Types::FeedAssociation
Returns the value of attribute association.
80 81 82 |
# File 'sig/types.rbs', line 80 def association @association end |
#data_endpoints ⇒ ::Array[::String]
Returns the value of attribute data_endpoints.
77 78 79 |
# File 'sig/types.rbs', line 77 def data_endpoints @data_endpoints end |
#id ⇒ ::String
Returns the value of attribute id.
76 77 78 |
# File 'sig/types.rbs', line 76 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
75 76 77 |
# File 'sig/types.rbs', line 75 def name @name end |
#outputs ⇒ ::Array[Types::GetOutput]
Returns the value of attribute outputs.
78 79 80 |
# File 'sig/types.rbs', line 78 def outputs @outputs end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
79 80 81 |
# File 'sig/types.rbs', line 79 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
81 82 83 |
# File 'sig/types.rbs', line 81 def @tags end |