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.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def target_bucket @target_bucket end |
#target_grants ⇒ ::Array[Types::TargetGrant]
Returns the value of attribute target_grants.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def target_grants @target_grants end |
#target_object_key_format ⇒ Types::TargetObjectKeyFormat
Returns the value of attribute target_object_key_format.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def target_object_key_format @target_object_key_format end |
#target_prefix ⇒ ::String
Returns the value of attribute target_prefix.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def target_prefix @target_prefix end |