Class: Aws::Types::LoggingEnabled
- Inherits:
-
Object
- Object
- Aws::Types::LoggingEnabled
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_bucket ⇒ ::String
Returns the value of attribute target_bucket.
-
#target_grants ⇒ ::Array[Types::TargetGrant]
Returns the value of attribute target_grants.
-
#target_object_key_format ⇒ Types::TargetObjectKeyFormat
Returns the value of attribute target_object_key_format.
-
#target_prefix ⇒ ::String
Returns the value of attribute target_prefix.
Instance Attribute Details
#target_bucket ⇒ ::String
Returns the value of attribute target_bucket.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def target_bucket @target_bucket end |
#target_grants ⇒ ::Array[Types::TargetGrant]
Returns the value of attribute target_grants.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def target_grants @target_grants end |
#target_object_key_format ⇒ Types::TargetObjectKeyFormat
Returns the value of attribute target_object_key_format.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def target_object_key_format @target_object_key_format end |
#target_prefix ⇒ ::String
Returns the value of attribute target_prefix.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def target_prefix @target_prefix end |