Class: Aws::LakeFormation::Types::DeregisterResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DeregisterResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to deregister.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want to deregister.
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 |