Class: Aws::Types::ReportDestinationS3
- Inherits:
-
Object
- Object
- Aws::Types::ReportDestinationS3
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_access_role_arn ⇒ ::String
Returns the value of attribute bucket_access_role_arn.
-
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
Instance Attribute Details
#bucket_access_role_arn ⇒ ::String
Returns the value of attribute bucket_access_role_arn.
791 792 793 |
# File 'sig/types.rbs', line 791 def bucket_access_role_arn @bucket_access_role_arn end |
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
790 791 792 |
# File 'sig/types.rbs', line 790 def s3_bucket_arn @s3_bucket_arn end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
789 790 791 |
# File 'sig/types.rbs', line 789 def subdirectory @subdirectory end |