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)


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

def log_group_name
  @log_group_name
end

#retention_in_days::Integer

Returns the value of attribute retention_in_days.

Returns:

  • (::Integer)


1908
1909
1910
# File 'sig/types.rbs', line 1908

def retention_in_days
  @retention_in_days
end