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)


3476
3477
3478
3479
3480
# File 'lib/aws-sdk-backup/types.rb', line 3476

class DescribeProtectedResourceInput < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end