Class: Aws::LakeFormation::Types::DescribeResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DescribeResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The resource ARN.
Instance Attribute Details
#resource_arn ⇒ String
The resource ARN.
1125 1126 1127 1128 1129 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1125 class DescribeResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |