Class: Aws::LakeFormation::Types::DescribeResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DescribeResourceRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Note:
When making an API call, you may pass DescribeResourceRequest data as a hash:
{
resource_arn: "ResourceArnString", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The resource ARN.
Instance Attribute Details
#resource_arn ⇒ String
The resource ARN.
1260 1261 1262 1263 1264 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1260 class DescribeResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |