Class: Aws::DataExchange::Types::LakeFormationDataPermissionAsset

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

The AWS Lake Formation data permission asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lake_formation_data_permission_detailsTypes::LakeFormationDataPermissionDetails

Details about the AWS Lake Formation data permission.



2177
2178
2179
2180
2181
2182
2183
2184
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2177

class LakeFormationDataPermissionAsset < Struct.new(
  :lake_formation_data_permission_details,
  :lake_formation_data_permission_type,
  :permissions,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#lake_formation_data_permission_typeString

The data permission type.

Returns:

  • (String)


2177
2178
2179
2180
2181
2182
2183
2184
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2177

class LakeFormationDataPermissionAsset < Struct.new(
  :lake_formation_data_permission_details,
  :lake_formation_data_permission_type,
  :permissions,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<String>

The permissions granted to the subscribers on the resource.

Returns:

  • (Array<String>)


2177
2178
2179
2180
2181
2182
2183
2184
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2177

class LakeFormationDataPermissionAsset < Struct.new(
  :lake_formation_data_permission_details,
  :lake_formation_data_permission_type,
  :permissions,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.

Returns:

  • (String)


2177
2178
2179
2180
2181
2182
2183
2184
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2177

class LakeFormationDataPermissionAsset < Struct.new(
  :lake_formation_data_permission_details,
  :lake_formation_data_permission_type,
  :permissions,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end