Module: Aws::ElementalInference::Client::_UpdateFeedResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateFeedResponse]
- 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
286 |
# File 'sig/client.rbs', line 286
def arn: () -> ::String
|
#association ⇒ Types::FeedAssociation
292 |
# File 'sig/client.rbs', line 292
def association: () -> Types::FeedAssociation
|
#data_endpoints ⇒ ::Array[::String]
289 |
# File 'sig/client.rbs', line 289
def data_endpoints: () -> ::Array[::String]
|
#id ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def id: () -> ::String
|
#name ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def name: () -> ::String
|
#outputs ⇒ ::Array[Types::GetOutput]
290 |
# File 'sig/client.rbs', line 290
def outputs: () -> ::Array[Types::GetOutput]
|
#status ⇒ "CREATING", ...
291 |
# File 'sig/client.rbs', line 291
def status: () -> ("CREATING" | "AVAILABLE" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "ARCHIVED")
|
#tags ⇒ ::Hash[::String, ::String]
293 |
# File 'sig/client.rbs', line 293
def tags: () -> ::Hash[::String, ::String]
|