Class: Aws::LakeFormation::Types::DescribeResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DescribeResourceResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_info ⇒ Types::ResourceInfo
A structure containing information about an Lake Formation resource.
Instance Attribute Details
#resource_info ⇒ Types::ResourceInfo
A structure containing information about an Lake Formation resource.
879 880 881 882 883 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 879 class DescribeResourceResponse < Struct.new( :resource_info) SENSITIVE = [] include Aws::Structure end |