Module: Aws::MediaLive::Client::_DescribeNetworkResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#associated_cluster_ids::Array[::String]

Returns:

  • (::Array[::String])


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#ip_pools::Array[Types::IpPool]

Returns:



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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#routes::Array[Types::Route]

Returns:



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

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

#state"CREATING", ...

Returns:

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


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

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