Class: Aws::CloudControlApi::Types::CancelResourceRequestOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::CancelResourceRequestOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#progress_event ⇒ Types::ProgressEvent
Represents the current status of a resource operation request.
Instance Attribute Details
#progress_event ⇒ Types::ProgressEvent
Represents the current status of a resource operation request. For more information, see [Managing resource operation requests] in the *Amazon Web Services Cloud Control API User Guide*.
[1]: docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-manage-requests.html
51 52 53 54 55 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 51 class CancelResourceRequestOutput < Struct.new( :progress_event) SENSITIVE = [] include Aws::Structure end |