Class: Aws::MediaLive::Types::UpdateClusterResponse

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)


20411
20412
20413
20414
20415
20416
20417
20418
20419
20420
20421
# File 'lib/aws-sdk-medialive/types.rb', line 20411

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

#channel_idsArray<String>

Returns:

  • (Array<String>)


20411
20412
20413
20414
20415
20416
20417
20418
20419
20420
20421
# File 'lib/aws-sdk-medialive/types.rb', line 20411

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

#cluster_typeString

Used in CreateClusterSummary, DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.

Returns:

  • (String)


20411
20412
20413
20414
20415
20416
20417
20418
20419
20420
20421
# File 'lib/aws-sdk-medialive/types.rb', line 20411

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

#idString

Returns:

  • (String)


20411
20412
20413
20414
20415
20416
20417
20418
20419
20420
20421
# File 'lib/aws-sdk-medialive/types.rb', line 20411

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

#nameString

Returns:

  • (String)


20411
20412
20413
20414
20415
20416
20417
20418
20419
20420
20421
# File 'lib/aws-sdk-medialive/types.rb', line 20411

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

#network_settingsTypes::ClusterNetworkSettings

Used in DescribeClusterResult, DescribeClusterSummary, UpdateClusterResult.



20411
20412
20413
20414
20415
20416
20417
20418
20419
20420
20421
# File 'lib/aws-sdk-medialive/types.rb', line 20411

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

#stateString

Used in DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.

Returns:

  • (String)


20411
20412
20413
20414
20415
20416
20417
20418
20419
20420
20421
# File 'lib/aws-sdk-medialive/types.rb', line 20411

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