Class: Aws::LakeFormation::Types::ResourceInfo

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

Overview

A structure containing information about an Lake Formation resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hybrid_access_enabledBoolean

Indicates 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)


2948
2949
2950
2951
2952
2953
2954
2955
2956
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2948

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

#last_modifiedTime

The date and time the resource was last modified.

Returns:

  • (Time)


2948
2949
2950
2951
2952
2953
2954
2955
2956
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2948

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

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


2948
2949
2950
2951
2952
2953
2954
2955
2956
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2948

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

#role_arnString

The IAM role that registered a resource.

Returns:

  • (String)


2948
2949
2950
2951
2952
2953
2954
2955
2956
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2948

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

#with_federationBoolean

Whether or not the resource is a federated resource.

Returns:

  • (Boolean)


2948
2949
2950
2951
2952
2953
2954
2955
2956
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2948

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