Class: Aws::Types::VerifiedAccessLogS3Destination
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessLogS3Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
-
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
Returns the value of attribute delivery_status.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
19073 19074 19075 |
# File 'sig/types.rbs', line 19073 def bucket_name @bucket_name end |
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
19075 19076 19077 |
# File 'sig/types.rbs', line 19075 def bucket_owner @bucket_owner end |
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
Returns the value of attribute delivery_status.
19072 19073 19074 |
# File 'sig/types.rbs', line 19072 def delivery_status @delivery_status end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
19071 19072 19073 |
# File 'sig/types.rbs', line 19071 def enabled @enabled end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
19074 19075 19076 |
# File 'sig/types.rbs', line 19074 def prefix @prefix end |