Class: Aws::CloudControlApi::Types::GetResourceRequestStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::GetResourceRequestStatusOutput
- 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 operation request.
Instance Attribute Details
#progress_event ⇒ Types::ProgressEvent
Represents the current status of the resource operation request.
449 450 451 452 453 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 449 class GetResourceRequestStatusOutput < Struct.new( :progress_event) SENSITIVE = [] include Aws::Structure end |