Class: Aws::Types::ListDataProtectionSettingsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_protection_settings::Array[Types::DataProtectionSettingsSummary]

Returns the value of attribute data_protection_settings.



790
791
792
# File 'sig/types.rbs', line 790

def data_protection_settings
  @data_protection_settings
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def next_token
  @next_token
end