Class: Aws::Types::S3DataAccessAssetSourceEntry

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:



960
961
962
# File 'sig/types.rbs', line 960

def bucket
  @bucket
end

#key_prefixes::Array[::String]

Returns the value of attribute key_prefixes.

Returns:



961
962
963
# File 'sig/types.rbs', line 961

def key_prefixes
  @key_prefixes
end

#keys::Array[::String]

Returns the value of attribute keys.

Returns:



962
963
964
# File 'sig/types.rbs', line 962

def keys
  @keys
end

#kms_keys_to_grant::Array[Types::KmsKeyToGrant]

Returns the value of attribute kms_keys_to_grant.

Returns:



963
964
965
# File 'sig/types.rbs', line 963

def kms_keys_to_grant
  @kms_keys_to_grant
end