Class: Aws::Types::LogGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1437
1438
1439
# File 'sig/types.rbs', line 1437

def arn
  @arn
end

#bearer_token_authentication_enabledBoolean

Returns the value of attribute bearer_token_authentication_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ACTIVATED", "DELETED", "ARCHIVED", "DISABLED")


1440
1441
1442
# File 'sig/types.rbs', line 1440

def data_protection_status
  @data_protection_status
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[("ACCOUNT_DATA_PROTECTION")])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("STANDARD", "INFREQUENT_ACCESS", "DELIVERY")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def stored_bytes
  @stored_bytes
end