Class: Aws::Snowball::Types::CancelClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::CancelClusterRequest
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The 39-character ID for the cluster that you want to cancel, for example
CID123e4567-e89b-12d3-a456-426655440000
.
Instance Attribute Details
#cluster_id ⇒ String
The 39-character ID for the cluster that you want to cancel, for
example CID123e4567-e89b-12d3-a456-426655440000
.
117 118 119 120 121 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 117 class CancelClusterRequest < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |