Class: Aws::ResilienceHub::Types::DescribeAppVersionResourcesResolutionStatusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_arnString

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

Returns:

  • (String)


2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2458

class DescribeAppVersionResourcesResolutionStatusResponse < Struct.new(
  :app_arn,
  :app_version,
  :error_message,
  :resolution_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#app_versionString

The version of the application.

Returns:

  • (String)


2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2458

class DescribeAppVersionResourcesResolutionStatusResponse < Struct.new(
  :app_arn,
  :app_version,
  :error_message,
  :resolution_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The returned error message for the request.

Returns:

  • (String)


2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2458

class DescribeAppVersionResourcesResolutionStatusResponse < Struct.new(
  :app_arn,
  :app_version,
  :error_message,
  :resolution_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#resolution_idString

The identifier for a specific resolution.

Returns:

  • (String)


2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2458

class DescribeAppVersionResourcesResolutionStatusResponse < Struct.new(
  :app_arn,
  :app_version,
  :error_message,
  :resolution_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the action.

Returns:

  • (String)


2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2458

class DescribeAppVersionResourcesResolutionStatusResponse < Struct.new(
  :app_arn,
  :app_version,
  :error_message,
  :resolution_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end