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
2319 |
# File 'sig/client.rbs', line 2319 def arn: () -> ::String |
#associated_cluster_ids ⇒ ::Array[::String]
2320 |
# File 'sig/client.rbs', line 2320 def associated_cluster_ids: () -> ::Array[::String] |
#id ⇒ ::String
2321 |
# File 'sig/client.rbs', line 2321 def id: () -> ::String |
#ip_pools ⇒ ::Array[Types::IpPool]
2322 |
# File 'sig/client.rbs', line 2322 def ip_pools: () -> ::Array[Types::IpPool] |
#name ⇒ ::String
2323 |
# File 'sig/client.rbs', line 2323 def name: () -> ::String |
#routes ⇒ ::Array[Types::Route]
2324 |
# File 'sig/client.rbs', line 2324 def routes: () -> ::Array[Types::Route] |
#state ⇒ "CREATING", ...
2325 |
# File 'sig/client.rbs', line 2325 def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED") |