Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::MediaLive::Types::CreateClusterResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)

18497
18498
18499
18500
18501
18502
18503
18504
18505
18506
18507
18508
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18497

class CreateClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#channel_idsArray<String>

Returns:

  • (Array<String>)

18497
18498
18499
18500
18501
18502
18503
18504
18505
18506
18507
18508
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18497

class CreateClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_typeString

Used in CreateClusterSummary, DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.

Returns:

  • (String)

18497
18498
18499
18500
18501
18502
18503
18504
18505
18506
18507
18508
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18497

class CreateClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)

18497
18498
18499
18500
18501
18502
18503
18504
18505
18506
18507
18508
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18497

class CreateClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#instance_role_arnString

Returns:

  • (String)

18497
18498
18499
18500
18501
18502
18503
18504
18505
18506
18507
18508
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18497

class CreateClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)

18497
18498
18499
18500
18501
18502
18503
18504
18505
18506
18507
18508
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18497

class CreateClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#network_settingsTypes::ClusterNetworkSettings

Used in DescribeClusterResult, DescribeClusterSummary, UpdateClusterResult.


18497
18498
18499
18500
18501
18502
18503
18504
18505
18506
18507
18508
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18497

class CreateClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Used in DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.

Returns:

  • (String)

18497
18498
18499
18500
18501
18502
18503
18504
18505
18506
18507
18508
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18497

class CreateClusterResponse < Struct.new(
  :arn,
  :channel_ids,
  :cluster_type,
  :id,
  :instance_role_arn,
  :name,
  :network_settings,
  :state)
  SENSITIVE = []
  include Aws::Structure
end