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