Class: Aws::MediaLive::Types::DescribeClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeClusterResponse
- Defined in:
- gems/aws-sdk-medialive/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
19128 19129 19130 19131 19132 19133 19134 19135 19136 19137 19138 19139 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19128 class DescribeClusterResponse < Struct.new( :arn, :channel_ids, :cluster_type, :id, :instance_role_arn, :name, :network_settings, :state) SENSITIVE = [] include Aws::Structure end |
#channel_ids ⇒ Array<String>
19128 19129 19130 19131 19132 19133 19134 19135 19136 19137 19138 19139 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19128 class DescribeClusterResponse < 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.
19128 19129 19130 19131 19132 19133 19134 19135 19136 19137 19138 19139 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19128 class DescribeClusterResponse < Struct.new( :arn, :channel_ids, :cluster_type, :id, :instance_role_arn, :name, :network_settings, :state) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
19128 19129 19130 19131 19132 19133 19134 19135 19136 19137 19138 19139 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19128 class DescribeClusterResponse < Struct.new( :arn, :channel_ids, :cluster_type, :id, :instance_role_arn, :name, :network_settings, :state) SENSITIVE = [] include Aws::Structure end |
#instance_role_arn ⇒ String
19128 19129 19130 19131 19132 19133 19134 19135 19136 19137 19138 19139 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19128 class DescribeClusterResponse < Struct.new( :arn, :channel_ids, :cluster_type, :id, :instance_role_arn, :name, :network_settings, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
19128 19129 19130 19131 19132 19133 19134 19135 19136 19137 19138 19139 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19128 class DescribeClusterResponse < 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.
19128 19129 19130 19131 19132 19133 19134 19135 19136 19137 19138 19139 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19128 class DescribeClusterResponse < 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.
19128 19129 19130 19131 19132 19133 19134 19135 19136 19137 19138 19139 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19128 class DescribeClusterResponse < Struct.new( :arn, :channel_ids, :cluster_type, :id, :instance_role_arn, :name, :network_settings, :state) SENSITIVE = [] include Aws::Structure end |