Class: Aws::CloudControlApi::Types::GetResourceRequestStatusInput

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

#request_tokenString

A unique token used to track the progress of the resource operation request.

Request tokens are included in the ProgressEvent type returned by a resource operation request.

Returns:

  • (String)


437
438
439
440
441
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 437

class GetResourceRequestStatusInput < Struct.new(
  :request_token)
  SENSITIVE = []
  include Aws::Structure
end