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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/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)


2906
2907
2908
2909
2910
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2906

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