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)


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

def arn: () -> ::String

#associated_cluster_ids::Array[::String]

Returns:

  • (::Array[::String])


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

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

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#ip_pools::Array[Types::IpPool]

Returns:



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

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

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#routes::Array[Types::Route]

Returns:



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

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

#state"CREATING", ...

Returns:

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


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

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