Class: Aws::LakeFormation::Types::UpdateResourceRequest

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

#hybrid_access_enabledBoolean

Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.

Returns:

  • (Boolean)


3629
3630
3631
3632
3633
3634
3635
3636
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3629

class UpdateResourceRequest < Struct.new(
  :role_arn,
  :resource_arn,
  :with_federation,
  :hybrid_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The resource ARN.

Returns:

  • (String)


3629
3630
3631
3632
3633
3634
3635
3636
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3629

class UpdateResourceRequest < Struct.new(
  :role_arn,
  :resource_arn,
  :with_federation,
  :hybrid_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The new role to use for the given resource registered in Lake Formation.

Returns:

  • (String)


3629
3630
3631
3632
3633
3634
3635
3636
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3629

class UpdateResourceRequest < Struct.new(
  :role_arn,
  :resource_arn,
  :with_federation,
  :hybrid_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#with_federationBoolean

Whether or not the resource is a federated resource.

Returns:

  • (Boolean)


3629
3630
3631
3632
3633
3634
3635
3636
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3629

class UpdateResourceRequest < Struct.new(
  :role_arn,
  :resource_arn,
  :with_federation,
  :hybrid_access_enabled)
  SENSITIVE = []
  include Aws::Structure
end