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

#description::String

Returns the value of attribute description.

Returns:



1311
1312
1313
# File 'sig/types.rbs', line 1311

def description
  @description
end

#folder_configurations::Array[Types::FolderConfiguration]

Returns the value of attribute folder_configurations.

Returns:



1312
1313
1314
# File 'sig/types.rbs', line 1312

def folder_configurations
  @folder_configurations
end

#id::String

Returns the value of attribute id.

Returns:



1309
1310
1311
# File 'sig/types.rbs', line 1309

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



1310
1311
1312
# File 'sig/types.rbs', line 1310

def name
  @name
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



1308
1309
1310
# File 'sig/types.rbs', line 1308

def organization_id
  @organization_id
end