Class: Aws::LakeFormation::Types::UpdateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::UpdateResourceRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hybrid_access_enabled ⇒ Boolean
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.
-
#resource_arn ⇒ String
The resource ARN.
-
#role_arn ⇒ String
The new role to use for the given resource registered in Lake Formation.
-
#with_federation ⇒ Boolean
Whether or not the resource is a federated resource.
Instance Attribute Details
#hybrid_access_enabled ⇒ Boolean
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.
3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3960 class UpdateResourceRequest < Struct.new( :role_arn, :resource_arn, :with_federation, :hybrid_access_enabled) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The resource ARN.
3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3960 class UpdateResourceRequest < Struct.new( :role_arn, :resource_arn, :with_federation, :hybrid_access_enabled) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The new role to use for the given resource registered in Lake Formation.
3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3960 class UpdateResourceRequest < Struct.new( :role_arn, :resource_arn, :with_federation, :hybrid_access_enabled) SENSITIVE = [] include Aws::Structure end |
#with_federation ⇒ Boolean
Whether or not the resource is a federated resource.
3960 3961 3962 3963 3964 3965 3966 3967 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3960 class UpdateResourceRequest < Struct.new( :role_arn, :resource_arn, :with_federation, :hybrid_access_enabled) SENSITIVE = [] include Aws::Structure end |