Module: Aws::ElementalInference::Client::_CreateFeedResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateFeedResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #access_role_arn ⇒ ::String
- #arn ⇒ ::String
- #association ⇒ Types::FeedAssociation
- #data_endpoints ⇒ ::Array[::String]
- #id ⇒ ::String
- #name ⇒ ::String
- #outputs ⇒ ::Array[Types::GetOutput]
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#access_role_arn ⇒ ::String
123 |
# File 'sig/client.rbs', line 123 def access_role_arn: () -> ::String |
#arn ⇒ ::String
118 |
# File 'sig/client.rbs', line 118 def arn: () -> ::String |
#association ⇒ Types::FeedAssociation
125 |
# File 'sig/client.rbs', line 125 def association: () -> Types::FeedAssociation |
#data_endpoints ⇒ ::Array[::String]
121 |
# File 'sig/client.rbs', line 121 def data_endpoints: () -> ::Array[::String] |
#id ⇒ ::String
120 |
# File 'sig/client.rbs', line 120 def id: () -> ::String |
#name ⇒ ::String
119 |
# File 'sig/client.rbs', line 119 def name: () -> ::String |
#outputs ⇒ ::Array[Types::GetOutput]
122 |
# File 'sig/client.rbs', line 122 def outputs: () -> ::Array[Types::GetOutput] |
#status ⇒ "CREATING", ...
124 |
# File 'sig/client.rbs', line 124 def status: () -> ("CREATING" | "AVAILABLE" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "ARCHIVED") |
#tags ⇒ ::Hash[::String, ::String]
126 |
# File 'sig/client.rbs', line 126 def tags: () -> ::Hash[::String, ::String] |