Module: Aws::MediaLive::Client::_CreateNetworkResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateNetworkResponse]
- 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
2000 |
# File 'sig/client.rbs', line 2000 def arn: () -> ::String |
#associated_cluster_ids ⇒ ::Array[::String]
2001 |
# File 'sig/client.rbs', line 2001 def associated_cluster_ids: () -> ::Array[::String] |
#id ⇒ ::String
2002 |
# File 'sig/client.rbs', line 2002 def id: () -> ::String |
#ip_pools ⇒ ::Array[Types::IpPool]
2003 |
# File 'sig/client.rbs', line 2003 def ip_pools: () -> ::Array[Types::IpPool] |
#name ⇒ ::String
2004 |
# File 'sig/client.rbs', line 2004 def name: () -> ::String |
#routes ⇒ ::Array[Types::Route]
2005 |
# File 'sig/client.rbs', line 2005 def routes: () -> ::Array[Types::Route] |
#state ⇒ "CREATING", ...
2006 |
# File 'sig/client.rbs', line 2006 def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED") |