Class: Aws::MediaLive::Types::DeleteClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DeleteClusterRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_id ⇒ String
19031 19032 19033 19034 19035 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19031 class DeleteClusterRequest < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |