Class: Aws::Types::LakeFormationDataPermissionAsset

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lake_formation_data_permission_detailsTypes::LakeFormationDataPermissionDetails

Returns the value of attribute lake_formation_data_permission_details.



699
700
701
# File 'sig/types.rbs', line 699

def lake_formation_data_permission_details
  @lake_formation_data_permission_details
end

#lake_formation_data_permission_type"LFTagPolicy"

Returns the value of attribute lake_formation_data_permission_type.

Returns:

  • ("LFTagPolicy")


700
701
702
# File 'sig/types.rbs', line 700

def lake_formation_data_permission_type
  @lake_formation_data_permission_type
end

#permissions::Array[("DESCRIBE" | "SELECT")]

Returns the value of attribute permissions.

Returns:

  • (::Array[("DESCRIBE" | "SELECT")])


701
702
703
# File 'sig/types.rbs', line 701

def permissions
  @permissions
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def role_arn
  @role_arn
end