Class: Aws::Backup::Types::DescribeProtectedResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DescribeProtectedResourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a resource.
Instance Attribute Details
#resource_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
2899 2900 2901 2902 2903 |
# File 'lib/aws-sdk-backup/types.rb', line 2899 class DescribeProtectedResourceInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |