Class: Aws::Types::S3Action
- Inherits:
-
Object
- Object
- Aws::Types::S3Action
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#object_key_prefix ⇒ ::String
Returns the value of attribute object_key_prefix.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
802 803 804 |
# File 'sig/types.rbs', line 802 def bucket_name @bucket_name end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
805 806 807 |
# File 'sig/types.rbs', line 805 def iam_role_arn @iam_role_arn end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
804 805 806 |
# File 'sig/types.rbs', line 804 def kms_key_arn @kms_key_arn end |
#object_key_prefix ⇒ ::String
Returns the value of attribute object_key_prefix.
803 804 805 |
# File 'sig/types.rbs', line 803 def object_key_prefix @object_key_prefix end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
801 802 803 |
# File 'sig/types.rbs', line 801 def topic_arn @topic_arn end |