Class: Aws::MediaLive::Types::CreateClusterResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::CreateClusterResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #arn ⇒ String
 - #channel_ids ⇒ Array<String>
 - 
  
    
      #cluster_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Used in CreateClusterSummary, DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.
 - #id ⇒ String
 - #instance_role_arn ⇒ String
 - #name ⇒ String
 - 
  
    
      #network_settings  ⇒ Types::ClusterNetworkSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Used in DescribeClusterResult, DescribeClusterSummary, UpdateClusterResult.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Used in DescribeClusterSummary, DescribeClusterResult, UpdateClusterResult.
 
Instance Attribute Details
#arn ⇒ String
      18261 18262 18263 18264 18265 18266 18267 18268 18269 18270 18271 18272  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18261 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>
      18261 18262 18263 18264 18265 18266 18267 18268 18269 18270 18271 18272  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18261 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.
      18261 18262 18263 18264 18265 18266 18267 18268 18269 18270 18271 18272  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18261 class CreateClusterResponse < Struct.new( :arn, :channel_ids, :cluster_type, :id, :instance_role_arn, :name, :network_settings, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
      18261 18262 18263 18264 18265 18266 18267 18268 18269 18270 18271 18272  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18261 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
      18261 18262 18263 18264 18265 18266 18267 18268 18269 18270 18271 18272  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18261 class CreateClusterResponse < Struct.new( :arn, :channel_ids, :cluster_type, :id, :instance_role_arn, :name, :network_settings, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
      18261 18262 18263 18264 18265 18266 18267 18268 18269 18270 18271 18272  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18261 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.
      18261 18262 18263 18264 18265 18266 18267 18268 18269 18270 18271 18272  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18261 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.
      18261 18262 18263 18264 18265 18266 18267 18268 18269 18270 18271 18272  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 18261 class CreateClusterResponse < Struct.new( :arn, :channel_ids, :cluster_type, :id, :instance_role_arn, :name, :network_settings, :state) SENSITIVE = [] include Aws::Structure end  |