Class: Aws::Types::PutRetentionPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


1905
1906
1907
# File 'sig/types.rbs', line 1905

def log_group_name
  @log_group_name
end

#retention_in_days::Integer

Returns the value of attribute retention_in_days.

Returns:

  • (::Integer)


1906
1907
1908
# File 'sig/types.rbs', line 1906

def retention_in_days
  @retention_in_days
end