Class: Aws::ResilienceHub::Types::DescribeAppVersionResourceRequest

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)


2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2354

class DescribeAppVersionResourceRequest < Struct.new(
  :app_arn,
  :app_version,
  :aws_account_id,
  :aws_region,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#app_versionString

Resilience Hub application version.

Returns:

  • (String)


2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2354

class DescribeAppVersionResourceRequest < Struct.new(
  :app_arn,
  :app_version,
  :aws_account_id,
  :aws_region,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

Amazon Web Services account that owns the physical resource.

Returns:

  • (String)


2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2354

class DescribeAppVersionResourceRequest < Struct.new(
  :app_arn,
  :app_version,
  :aws_account_id,
  :aws_region,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#aws_regionString

Amazon Web Services region that owns the physical resource.

Returns:

  • (String)


2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2354

class DescribeAppVersionResourceRequest < Struct.new(
  :app_arn,
  :app_version,
  :aws_account_id,
  :aws_region,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#logical_resource_idTypes::LogicalResourceId

Logical identifier of the resource.



2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2354

class DescribeAppVersionResourceRequest < Struct.new(
  :app_arn,
  :app_version,
  :aws_account_id,
  :aws_region,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#physical_resource_idString

Physical identifier of the resource.

Returns:

  • (String)


2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2354

class DescribeAppVersionResourceRequest < Struct.new(
  :app_arn,
  :app_version,
  :aws_account_id,
  :aws_region,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

Name of the resource.

Returns:

  • (String)


2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2354

class DescribeAppVersionResourceRequest < Struct.new(
  :app_arn,
  :app_version,
  :aws_account_id,
  :aws_region,
  :logical_resource_id,
  :physical_resource_id,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end