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
18754 18755 18756 18757 18758 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18754 class DeleteClusterRequest < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |