Class: Aws::Types::S3RecordingConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3RecordingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def bucket_arn @bucket_arn end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def prefix @prefix end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def role_arn @role_arn end |