Class: Aws::CloudFormation::Types::RecordHandlerProgressInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::RecordHandlerProgressInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bearer_token ⇒ String
Reserved for use by the [CloudFormation CLI].
-
#client_request_token ⇒ String
Reserved for use by the [CloudFormation CLI].
-
#current_operation_status ⇒ String
Reserved for use by the [CloudFormation CLI].
-
#error_code ⇒ String
Reserved for use by the [CloudFormation CLI].
-
#operation_status ⇒ String
Reserved for use by the [CloudFormation CLI].
-
#resource_model ⇒ String
Reserved for use by the [CloudFormation CLI].
-
#status_message ⇒ String
Reserved for use by the [CloudFormation CLI].
Instance Attribute Details
#bearer_token ⇒ String
Reserved for use by the [CloudFormation CLI].
[1]: docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6408 class RecordHandlerProgressInput < Struct.new( :bearer_token, :operation_status, :current_operation_status, :status_message, :error_code, :resource_model, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
Reserved for use by the [CloudFormation CLI].
[1]: docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6408 class RecordHandlerProgressInput < Struct.new( :bearer_token, :operation_status, :current_operation_status, :status_message, :error_code, :resource_model, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#current_operation_status ⇒ String
Reserved for use by the [CloudFormation CLI].
[1]: docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6408 class RecordHandlerProgressInput < Struct.new( :bearer_token, :operation_status, :current_operation_status, :status_message, :error_code, :resource_model, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
Reserved for use by the [CloudFormation CLI].
[1]: docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6408 class RecordHandlerProgressInput < Struct.new( :bearer_token, :operation_status, :current_operation_status, :status_message, :error_code, :resource_model, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#operation_status ⇒ String
Reserved for use by the [CloudFormation CLI].
[1]: docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6408 class RecordHandlerProgressInput < Struct.new( :bearer_token, :operation_status, :current_operation_status, :status_message, :error_code, :resource_model, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#resource_model ⇒ String
Reserved for use by the [CloudFormation CLI].
[1]: docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6408 class RecordHandlerProgressInput < Struct.new( :bearer_token, :operation_status, :current_operation_status, :status_message, :error_code, :resource_model, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Reserved for use by the [CloudFormation CLI].
[1]: docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html
6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6408 class RecordHandlerProgressInput < Struct.new( :bearer_token, :operation_status, :current_operation_status, :status_message, :error_code, :resource_model, :client_request_token) SENSITIVE = [] include Aws::Structure end |