Class: Aws::LakeFormation::Types::DescribeResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_infoTypes::ResourceInfo

A structure containing information about an Lake Formation resource.

Returns:



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