Class: Aws::MediaLive::Types::CreateNetworkResponse

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)


18481
18482
18483
18484
18485
18486
18487
18488
18489
18490
18491
# File 'lib/aws-sdk-medialive/types.rb', line 18481

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

#associated_cluster_idsArray<String>

Returns:

  • (Array<String>)


18481
18482
18483
18484
18485
18486
18487
18488
18489
18490
18491
# File 'lib/aws-sdk-medialive/types.rb', line 18481

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

#idString

Returns:

  • (String)


18481
18482
18483
18484
18485
18486
18487
18488
18489
18490
18491
# File 'lib/aws-sdk-medialive/types.rb', line 18481

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

#ip_poolsArray<Types::IpPool>

Returns:



18481
18482
18483
18484
18485
18486
18487
18488
18489
18490
18491
# File 'lib/aws-sdk-medialive/types.rb', line 18481

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

#nameString

Returns:

  • (String)


18481
18482
18483
18484
18485
18486
18487
18488
18489
18490
18491
# File 'lib/aws-sdk-medialive/types.rb', line 18481

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

#routesArray<Types::Route>

Returns:



18481
18482
18483
18484
18485
18486
18487
18488
18489
18490
18491
# File 'lib/aws-sdk-medialive/types.rb', line 18481

class CreateNetworkResponse < 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)


18481
18482
18483
18484
18485
18486
18487
18488
18489
18490
18491
# File 'lib/aws-sdk-medialive/types.rb', line 18481

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