Class: Aws::Types::CreateLogGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLogGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#log_group_class ⇒ "STANDARD", ...
Returns the value of attribute log_group_class.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
230 231 232 |
# File 'sig/types.rbs', line 230 def deletion_protection_enabled @deletion_protection_enabled end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
227 228 229 |
# File 'sig/types.rbs', line 227 def kms_key_id @kms_key_id end |
#log_group_class ⇒ "STANDARD", ...
Returns the value of attribute log_group_class.
229 230 231 |
# File 'sig/types.rbs', line 229 def log_group_class @log_group_class end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
226 227 228 |
# File 'sig/types.rbs', line 226 def log_group_name @log_group_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
228 229 230 |
# File 'sig/types.rbs', line 228 def @tags end |