Class: Aws::Types::PutAppInstanceRetentionSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arn::String

Returns the value of attribute app_instance_arn.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def app_instance_arn
  @app_instance_arn
end

#app_instance_retention_settingsTypes::AppInstanceRetentionSettings

Returns the value of attribute app_instance_retention_settings.



400
401
402
# File 'sig/types.rbs', line 400

def app_instance_retention_settings
  @app_instance_retention_settings
end