Module: Aws::MediaLive::Client::_DescribeNetworkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeNetworkResponse]
- 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
2203 |
# File 'sig/client.rbs', line 2203
def arn: () -> ::String
|
#associated_cluster_ids ⇒ ::Array[::String]
2204 |
# File 'sig/client.rbs', line 2204
def associated_cluster_ids: () -> ::Array[::String]
|
#id ⇒ ::String
2205 |
# File 'sig/client.rbs', line 2205
def id: () -> ::String
|
#ip_pools ⇒ ::Array[Types::IpPool]
2206 |
# File 'sig/client.rbs', line 2206
def ip_pools: () -> ::Array[Types::IpPool]
|
#name ⇒ ::String
2207 |
# File 'sig/client.rbs', line 2207
def name: () -> ::String
|
#routes ⇒ ::Array[Types::Route]
2208 |
# File 'sig/client.rbs', line 2208
def routes: () -> ::Array[Types::Route]
|
#state ⇒ "CREATING", ...
2209 |
# File 'sig/client.rbs', line 2209
def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED")
|