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
2187 |
# File 'sig/client.rbs', line 2187 def arn: () -> ::String |
#associated_cluster_ids ⇒ ::Array[::String]
2188 |
# File 'sig/client.rbs', line 2188 def associated_cluster_ids: () -> ::Array[::String] |
#id ⇒ ::String
2189 |
# File 'sig/client.rbs', line 2189 def id: () -> ::String |
#ip_pools ⇒ ::Array[Types::IpPool]
2190 |
# File 'sig/client.rbs', line 2190 def ip_pools: () -> ::Array[Types::IpPool] |
#name ⇒ ::String
2191 |
# File 'sig/client.rbs', line 2191 def name: () -> ::String |
#routes ⇒ ::Array[Types::Route]
2192 |
# File 'sig/client.rbs', line 2192 def routes: () -> ::Array[Types::Route] |
#state ⇒ "CREATING", ...
2193 |
# File 'sig/client.rbs', line 2193 def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED") |