Class: Aws::ResilienceHub::Types::StartResourceGroupingRecommendationTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::StartResourceGroupingRecommendationTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
Amazon Resource Name (ARN) of the Resilience Hub application.
-
#error_message ⇒ String
Indicates the error that occurred while executing a grouping recommendation task.
-
#grouping_id ⇒ String
Indicates the identifier of the grouping recommendation task.
-
#status ⇒ String
Status of the action.
Instance Attribute Details
#app_arn ⇒ String
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:‘partition`:resiliencehub:`region`:`account`:app/`app-id`. For more information about ARNs, see [ Amazon Resource Names (ARNs)] in the *Amazon Web Services General Reference* guide.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
6072 6073 6074 6075 6076 6077 6078 6079 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6072 class StartResourceGroupingRecommendationTaskResponse < Struct.new( :app_arn, :error_message, :grouping_id, :status) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Indicates the error that occurred while executing a grouping recommendation task.
6072 6073 6074 6075 6076 6077 6078 6079 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6072 class StartResourceGroupingRecommendationTaskResponse < Struct.new( :app_arn, :error_message, :grouping_id, :status) SENSITIVE = [] include Aws::Structure end |
#grouping_id ⇒ String
Indicates the identifier of the grouping recommendation task.
6072 6073 6074 6075 6076 6077 6078 6079 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6072 class StartResourceGroupingRecommendationTaskResponse < Struct.new( :app_arn, :error_message, :grouping_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the action.
6072 6073 6074 6075 6076 6077 6078 6079 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6072 class StartResourceGroupingRecommendationTaskResponse < Struct.new( :app_arn, :error_message, :grouping_id, :status) SENSITIVE = [] include Aws::Structure end |