Class: Aws::Types::LogGroup
- Inherits:
-
Object
- Object
- Aws::Types::LogGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#bearer_token_authentication_enabled ⇒ Boolean
Returns the value of attribute bearer_token_authentication_enabled.
-
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
-
#data_protection_status ⇒ "ACTIVATED", ...
Returns the value of attribute data_protection_status.
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#inherited_properties ⇒ ::Array[("ACCOUNT_DATA_PROTECTION")]
Returns the value of attribute inherited_properties.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
-
#log_group_class ⇒ "STANDARD", ...
Returns the value of attribute log_group_class.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#metric_filter_count ⇒ ::Integer
Returns the value of attribute metric_filter_count.
-
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
-
#stored_bytes ⇒ ::Integer
Returns the value of attribute stored_bytes.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def arn @arn end |
#bearer_token_authentication_enabled ⇒ Boolean
Returns the value of attribute bearer_token_authentication_enabled.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def bearer_token_authentication_enabled @bearer_token_authentication_enabled end |
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def creation_time @creation_time end |
#data_protection_status ⇒ "ACTIVATED", ...
Returns the value of attribute data_protection_status.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def data_protection_status @data_protection_status end |
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def deletion_protection_enabled @deletion_protection_enabled end |
#inherited_properties ⇒ ::Array[("ACCOUNT_DATA_PROTECTION")]
Returns the value of attribute inherited_properties.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def inherited_properties @inherited_properties end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def kms_key_id @kms_key_id end |
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def log_group_arn @log_group_arn end |
#log_group_class ⇒ "STANDARD", ...
Returns the value of attribute log_group_class.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def log_group_class @log_group_class end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def log_group_name @log_group_name end |
#metric_filter_count ⇒ ::Integer
Returns the value of attribute metric_filter_count.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def metric_filter_count @metric_filter_count end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def retention_in_days @retention_in_days end |
#stored_bytes ⇒ ::Integer
Returns the value of attribute stored_bytes.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def stored_bytes @stored_bytes end |