Module: Aws::MediaLive::Client::_CreateNetworkResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateNetworkResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


2016
# File 'sig/client.rbs', line 2016

def arn: () -> ::String

#associated_cluster_ids::Array[::String]

Returns:

  • (::Array[::String])


2017
# File 'sig/client.rbs', line 2017

def associated_cluster_ids: () -> ::Array[::String]

#id::String

Returns:

  • (::String)


2018
# File 'sig/client.rbs', line 2018

def id: () -> ::String

#ip_pools::Array[Types::IpPool]

Returns:



2019
# File 'sig/client.rbs', line 2019

def ip_pools: () -> ::Array[Types::IpPool]

#name::String

Returns:

  • (::String)


2020
# File 'sig/client.rbs', line 2020

def name: () -> ::String

#routes::Array[Types::Route]

Returns:



2021
# File 'sig/client.rbs', line 2021

def routes: () -> ::Array[Types::Route]

#state"CREATING", ...

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "DELETING", "IDLE", "IN_USE", "UPDATING", "DELETE_FAILED", "DELETED")


2022
# File 'sig/client.rbs', line 2022

def state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "IDLE" | "IN_USE" | "UPDATING" | "DELETE_FAILED" | "DELETED")