Class: Aws::MediaLive::Types::UpdateClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateClusterRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Used in the UpdatedCluster operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
-
#name ⇒ String
Include this parameter only if you want to change the current name of the Cluster.
-
#network_settings ⇒ Types::ClusterNetworkSettingsUpdateRequest
Include this property only if you want to change the current connections between the Nodes in the Cluster and the Networks the Cluster is associated with.
Instance Attribute Details
#cluster_id ⇒ String
20666 20667 20668 20669 20670 20671 20672 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20666 class UpdateClusterRequest < Struct.new( :cluster_id, :name, :network_settings) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Include this parameter only if you want to change the current name of the Cluster. Specify a name that is unique in the AWS account. You can't change the name. Names are case-sensitive.
20666 20667 20668 20669 20670 20671 20672 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20666 class UpdateClusterRequest < Struct.new( :cluster_id, :name, :network_settings) SENSITIVE = [] include Aws::Structure end |
#network_settings ⇒ Types::ClusterNetworkSettingsUpdateRequest
Include this property only if you want to change the current connections between the Nodes in the Cluster and the Networks the Cluster is associated with.
20666 20667 20668 20669 20670 20671 20672 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20666 class UpdateClusterRequest < Struct.new( :cluster_id, :name, :network_settings) SENSITIVE = [] include Aws::Structure end |