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



20824
20825
20826
20827
20828
20829
20830
20831
20832
20833
20834
# File 'lib/aws-sdk-medialive/types.rb', line 20824

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

#channel_idsArray<String>



20824
20825
20826
20827
20828
20829
20830
20831
20832
20833
20834
# File 'lib/aws-sdk-medialive/types.rb', line 20824

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.



20824
20825
20826
20827
20828
20829
20830
20831
20832
20833
20834
# File 'lib/aws-sdk-medialive/types.rb', line 20824

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

#idString



20824
20825
20826
20827
20828
20829
20830
20831
20832
20833
20834
# File 'lib/aws-sdk-medialive/types.rb', line 20824

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

#nameString



20824
20825
20826
20827
20828
20829
20830
20831
20832
20833
20834
# File 'lib/aws-sdk-medialive/types.rb', line 20824

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.



20824
20825
20826
20827
20828
20829
20830
20831
20832
20833
20834
# File 'lib/aws-sdk-medialive/types.rb', line 20824

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.



20824
20825
20826
20827
20828
20829
20830
20831
20832
20833
20834
# File 'lib/aws-sdk-medialive/types.rb', line 20824

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