Class: Aws::Backup::Types::DescribeProtectedResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

Returns:

  • (String)


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