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)


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

def arn: () -> ::String

#associated_cluster_ids::Array[::String]

Returns:

  • (::Array[::String])


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#ip_pools::Array[Types::IpPool]

Returns:



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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#routes::Array[Types::Route]

Returns:



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

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

#state"CREATING", ...

Returns:

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


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

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