Class: Aws::Types::AnalyticsS3BucketDestination
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsS3BucketDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_account_id ⇒ ::String
Returns the value of attribute bucket_account_id.
-
#format ⇒ "CSV"
Returns the value of attribute format.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
83 84 85 |
# File 'sig/types.rbs', line 83 def bucket @bucket end |
#bucket_account_id ⇒ ::String
Returns the value of attribute bucket_account_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def bucket_account_id @bucket_account_id end |
#format ⇒ "CSV"
Returns the value of attribute format.
81 82 83 |
# File 'sig/types.rbs', line 81 def format @format end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
84 85 86 |
# File 'sig/types.rbs', line 84 def prefix @prefix end |