Class: Aws::CloudControlApi::Types::UpdateResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::UpdateResourceOutput
- Defined in:
- gems/aws-sdk-cloudcontrolapi/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 to return the current status of a
resource operation request.
1184 1185 1186 1187 1188 |
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 1184 class UpdateResourceOutput < Struct.new( :progress_event) SENSITIVE = [] include Aws::Structure end |