Class: Aws::Types::DataProtectionSettingsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


380
381
382
# File 'sig/types.rbs', line 380

def creation_date
  @creation_date
end

#data_protection_settings_arn::String

Returns the value of attribute data_protection_settings_arn.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def data_protection_settings_arn
  @data_protection_settings_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def display_name
  @display_name
end