Module: Aws::MediaLive::Client::_UpdateNetworkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateNetworkResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #associated_cluster_ids ⇒ ::Array[::String]
- #id ⇒ ::String
- #ip_pools ⇒ ::Array[Types::IpPool]
- #name ⇒ ::String
- #routes ⇒ ::Array[Types::Route]
- #state ⇒ "CREATING", ...
Instance Method Details
#arn ⇒ ::String
2335 |
# File 'sig/client.rbs', line 2335
def arn: () -> ::String
|
#associated_cluster_ids ⇒ ::Array[::String]
2336 |
# File 'sig/client.rbs', line 2336
def associated_cluster_ids: () -> ::Array[::String]
|
#id ⇒ ::String
2337 |
# File 'sig/client.rbs', line 2337
def id: () -> ::String
|
#ip_pools ⇒ ::Array[Types::IpPool]
2338 |
# File 'sig/client.rbs', line 2338
def ip_pools: () -> ::Array[Types::IpPool]
|
#name ⇒ ::String
2339 |
# File 'sig/client.rbs', line 2339
def name: () -> ::String
|
#routes ⇒ ::Array[Types::Route]
2340 |
# File 'sig/client.rbs', line 2340
def routes: () -> ::Array[Types::Route]
|
#state ⇒ "CREATING", ...
2341 |
# File 'sig/client.rbs', line 2341
def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED")
|