Class: Aws::CloudControlApi::Types::UpdateResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::UpdateResourceOutput
- 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 the resource update request.
Instance Attribute Details
#progress_event ⇒ Types::ProgressEvent
Represents the current status of the resource update request.
Use the ‘RequestToken` of the `ProgressEvent` with
- GetResourceRequestStatus][1
-
to return the current status of a
resource operation request.
[1]: docs.aws.amazon.com/cloudcontrolapi/latest/APIReference/API_GetResourceRequestStatus.html
1094 1095 1096 1097 1098 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 1094 class UpdateResourceOutput < Struct.new( :progress_event) SENSITIVE = [] include Aws::Structure end |