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)


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