Class: Aws::CloudControlApi::Types::CancelResourceRequestInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::CancelResourceRequestInput
- Defined in:
- gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_token ⇒ String
The
RequestToken
of theProgressEvent
object returned by the resource operation request.
Instance Attribute Details
#request_token ⇒ String
The RequestToken
of the ProgressEvent
object returned by the
resource operation request.
33 34 35 36 37 |
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 33 class CancelResourceRequestInput < Struct.new( :request_token) SENSITIVE = [] include Aws::Structure end |