Class: Aws::Types::S3RecordingDetails
- Inherits:
-
Object
- Object
- Aws::Types::S3RecordingDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#key_template ⇒ ::String
Returns the value of attribute key_template.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def bucket_arn @bucket_arn end |
#key_template ⇒ ::String
Returns the value of attribute key_template.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def key_template @key_template end |