Class: Aws::Types::S3DataAccessAsset
- Inherits:
-
Object
- Object
- Aws::Types::S3DataAccessAsset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key_prefixes ⇒ ::Array[::String]
Returns the value of attribute key_prefixes.
-
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
-
#kms_keys_to_grant ⇒ ::Array[Types::KmsKeyToGrant]
Returns the value of attribute kms_keys_to_grant.
-
#s3_access_point_alias ⇒ ::String
Returns the value of attribute s3_access_point_alias.
-
#s3_access_point_arn ⇒ ::String
Returns the value of attribute s3_access_point_arn.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
950 951 952 |
# File 'sig/types.rbs', line 950 def bucket @bucket end |
#key_prefixes ⇒ ::Array[::String]
Returns the value of attribute key_prefixes.
951 952 953 |
# File 'sig/types.rbs', line 951 def key_prefixes @key_prefixes end |
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
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.
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.
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.
954 955 956 |
# File 'sig/types.rbs', line 954 def s3_access_point_arn @s3_access_point_arn end |