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

#arn ⇒ String

Returns:

  • (String)


19228
19229
19230
19231
19232
19233
19234
19235
19236
19237
19238
19239
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19228

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

#channel_ids ⇒ Array<String>

Returns:

  • (Array<String>)


19228
19229
19230
19231
19232
19233
19234
19235
19236
19237
19238
19239
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19228

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

#cluster_type ⇒ String

Used in CreateClusterSummary, DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.

Returns:

  • (String)


19228
19229
19230
19231
19232
19233
19234
19235
19236
19237
19238
19239
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19228

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

#id ⇒ String

Returns:

  • (String)


19228
19229
19230
19231
19232
19233
19234
19235
19236
19237
19238
19239
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19228

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

#instance_role_arn ⇒ String

Returns:

  • (String)


19228
19229
19230
19231
19232
19233
19234
19235
19236
19237
19238
19239
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19228

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

#name ⇒ String

Returns:

  • (String)


19228
19229
19230
19231
19232
19233
19234
19235
19236
19237
19238
19239
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19228

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

#network_settings ⇒ Types::ClusterNetworkSettings

Used in DescribeClusterResult, DescribeClusterSummary, UpdateClusterResult.



19228
19229
19230
19231
19232
19233
19234
19235
19236
19237
19238
19239
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19228

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

#state ⇒ String

Used in DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.

Returns:

  • (String)


19228
19229
19230
19231
19232
19233
19234
19235
19236
19237
19238
19239
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19228

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