Class: Aws::LakeFormation::Types::DescribeResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DescribeResourceResponse
- Includes:
- Structure
- Defined in:
- 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.
1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1137 class DescribeResourceResponse < Struct.new( :resource_info) SENSITIVE = [] include Aws::Structure end |