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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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:



1081
1082
1083
1084
1085
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1081

class DescribeResourceResponse < Struct.new(
  :resource_info)
  SENSITIVE = []
  include Aws::Structure
end