Class: Aws::LakeFormation::Types::DeregisterResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource that you want to deregister.

Returns:

  • (String)


1044
1045
1046
1047
1048
# File 'lib/aws-sdk-lakeformation/types.rb', line 1044

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