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.
2924 2925 2926 2927 2928 |
# File 'lib/aws-sdk-backup/types.rb', line 2924 class DescribeProtectedResourceInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |