Class: Aws::Types::S3DataAccessAsset

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:



950
951
952
# File 'sig/types.rbs', line 950

def bucket
  @bucket
end

#key_prefixes::Array[::String]

Returns the value of attribute key_prefixes.

Returns:



951
952
953
# File 'sig/types.rbs', line 951

def key_prefixes
  @key_prefixes
end

#keys::Array[::String]

Returns the value of attribute keys.

Returns:



952
953
954
# File 'sig/types.rbs', line 952

def keys
  @keys
end

#kms_keys_to_grant::Array[Types::KmsKeyToGrant]

Returns the value of attribute kms_keys_to_grant.

Returns:



955
956
957
# File 'sig/types.rbs', line 955

def kms_keys_to_grant
  @kms_keys_to_grant
end

#s3_access_point_alias::String

Returns the value of attribute s3_access_point_alias.

Returns:



953
954
955
# File 'sig/types.rbs', line 953

def s3_access_point_alias
  @s3_access_point_alias
end

#s3_access_point_arn::String

Returns the value of attribute s3_access_point_arn.

Returns:



954
955
956
# File 'sig/types.rbs', line 954

def s3_access_point_arn
  @s3_access_point_arn
end