Class: Aws::Types::VerifiedAccessLogS3DestinationOptions
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessLogS3DestinationOptions
- 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.
-
#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.
19081 19082 19083 |
# File 'sig/types.rbs', line 19081 def bucket_name @bucket_name end |
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
19083 19084 19085 |
# File 'sig/types.rbs', line 19083 def bucket_owner @bucket_owner end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
19080 19081 19082 |
# File 'sig/types.rbs', line 19080 def enabled @enabled end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
19082 19083 19084 |
# File 'sig/types.rbs', line 19082 def prefix @prefix end |