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
-
#hooks_progress_event ⇒ Array<Types::HookProgressEvent>
Lists Hook invocations for the specified target in the request.
-
#progress_event ⇒ Types::ProgressEvent
Represents the current status of the resource operation request.
Instance Attribute Details
#hooks_progress_event ⇒ Array<Types::HookProgressEvent>
Lists Hook invocations for the specified target in the request. This is a list since the same target can invoke multiple Hooks.
454 455 456 457 458 459 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 454 class GetResourceRequestStatusOutput < Struct.new( :progress_event, :hooks_progress_event) SENSITIVE = [] include Aws::Structure end |
#progress_event ⇒ Types::ProgressEvent
Represents the current status of the resource operation request.
454 455 456 457 458 459 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 454 class GetResourceRequestStatusOutput < Struct.new( :progress_event, :hooks_progress_event) SENSITIVE = [] include Aws::Structure end |