Module: Aws::ElementalInference::Client::_GetFeedResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFeedResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #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
#arn ⇒ ::String
202 |
# File 'sig/client.rbs', line 202
def arn: () -> ::String
|
#association ⇒ Types::FeedAssociation
208 |
# File 'sig/client.rbs', line 208
def association: () -> Types::FeedAssociation
|
#data_endpoints ⇒ ::Array[::String]
205 |
# File 'sig/client.rbs', line 205
def data_endpoints: () -> ::Array[::String]
|
#id ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def id: () -> ::String
|
#name ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def name: () -> ::String
|
#outputs ⇒ ::Array[Types::GetOutput]
206 |
# File 'sig/client.rbs', line 206
def outputs: () -> ::Array[Types::GetOutput]
|
#status ⇒ "CREATING", ...
207 |
# File 'sig/client.rbs', line 207
def status: () -> ("CREATING" | "AVAILABLE" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "ARCHIVED")
|
#tags ⇒ ::Hash[::String, ::String]
209 |
# File 'sig/client.rbs', line 209
def tags: () -> ::Hash[::String, ::String]
|