Class: Aws::MediaLive::Types::DescribeNetworkResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


19120
19121
19122
19123
19124
19125
19126
19127
19128
19129
19130
# File 'lib/aws-sdk-medialive/types.rb', line 19120

class DescribeNetworkResponse < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#associated_cluster_idsArray<String>

Returns:

  • (Array<String>)


19120
19121
19122
19123
19124
19125
19126
19127
19128
19129
19130
# File 'lib/aws-sdk-medialive/types.rb', line 19120

class DescribeNetworkResponse < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


19120
19121
19122
19123
19124
19125
19126
19127
19128
19129
19130
# File 'lib/aws-sdk-medialive/types.rb', line 19120

class DescribeNetworkResponse < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#ip_poolsArray<Types::IpPool>

Returns:



19120
19121
19122
19123
19124
19125
19126
19127
19128
19129
19130
# File 'lib/aws-sdk-medialive/types.rb', line 19120

class DescribeNetworkResponse < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


19120
19121
19122
19123
19124
19125
19126
19127
19128
19129
19130
# File 'lib/aws-sdk-medialive/types.rb', line 19120

class DescribeNetworkResponse < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#routesArray<Types::Route>

Returns:



19120
19121
19122
19123
19124
19125
19126
19127
19128
19129
19130
# File 'lib/aws-sdk-medialive/types.rb', line 19120

class DescribeNetworkResponse < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Used in DescribeNetworkResult, DescribeNetworkSummary, UpdateNetworkResult.

Returns:

  • (String)


19120
19121
19122
19123
19124
19125
19126
19127
19128
19129
19130
# File 'lib/aws-sdk-medialive/types.rb', line 19120

class DescribeNetworkResponse < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end