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
308 |
# File 'sig/client.rbs', line 308
def arn: () -> ::String
|
#association ⇒ Types::FeedAssociation
314 |
# File 'sig/client.rbs', line 314
def association: () -> Types::FeedAssociation
|
#data_endpoints ⇒ ::Array[::String]
311 |
# File 'sig/client.rbs', line 311
def data_endpoints: () -> ::Array[::String]
|
#id ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def id: () -> ::String
|
#name ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def name: () -> ::String
|
#outputs ⇒ ::Array[Types::GetOutput]
312 |
# File 'sig/client.rbs', line 312
def outputs: () -> ::Array[Types::GetOutput]
|
#status ⇒ "CREATING", ...
313 |
# File 'sig/client.rbs', line 313
def status: () -> ("CREATING" | "AVAILABLE" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "ARCHIVED")
|
#tags ⇒ ::Hash[::String, ::String]
315 |
# File 'sig/client.rbs', line 315
def tags: () -> ::Hash[::String, ::String]
|