Class: Aws::CloudControlApi::Types::UpdateResourceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#progress_eventTypes::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