Class: Aws::Types::CreateLogGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


228
229
230
# File 'sig/types.rbs', line 228

def tags
  @tags
end