Class: Aws::MediaLive::Types::DescribeClusterResponse

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



19938
19939
19940
19941
19942
19943
19944
19945
19946
19947
19948
19949
# File 'lib/aws-sdk-medialive/types.rb', line 19938

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

#channel_idsArray<String>



19938
19939
19940
19941
19942
19943
19944
19945
19946
19947
19948
19949
# File 'lib/aws-sdk-medialive/types.rb', line 19938

class DescribeClusterResponse < 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.



19938
19939
19940
19941
19942
19943
19944
19945
19946
19947
19948
19949
# File 'lib/aws-sdk-medialive/types.rb', line 19938

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

#idString



19938
19939
19940
19941
19942
19943
19944
19945
19946
19947
19948
19949
# File 'lib/aws-sdk-medialive/types.rb', line 19938

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

#instance_role_arnString



19938
19939
19940
19941
19942
19943
19944
19945
19946
19947
19948
19949
# File 'lib/aws-sdk-medialive/types.rb', line 19938

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

#nameString



19938
19939
19940
19941
19942
19943
19944
19945
19946
19947
19948
19949
# File 'lib/aws-sdk-medialive/types.rb', line 19938

class DescribeClusterResponse < 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.



19938
19939
19940
19941
19942
19943
19944
19945
19946
19947
19948
19949
# File 'lib/aws-sdk-medialive/types.rb', line 19938

class DescribeClusterResponse < 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.



19938
19939
19940
19941
19942
19943
19944
19945
19946
19947
19948
19949
# File 'lib/aws-sdk-medialive/types.rb', line 19938

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