Module: Aws::ElementalInference::Client::_CreateFeedResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateFeedResponse]
- 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
118 |
# File 'sig/client.rbs', line 118
def arn: () -> ::String
|
#association ⇒ Types::FeedAssociation
124 |
# File 'sig/client.rbs', line 124
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", ...
123 |
# File 'sig/client.rbs', line 123
def status: () -> ("CREATING" | "AVAILABLE" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "ARCHIVED")
|
#tags ⇒ ::Hash[::String, ::String]
125 |
# File 'sig/client.rbs', line 125
def tags: () -> ::Hash[::String, ::String]
|