Class: Aws::Types::PutAppInstanceRetentionSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAppInstanceRetentionSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
-
#app_instance_retention_settings ⇒ Types::AppInstanceRetentionSettings
Returns the value of attribute app_instance_retention_settings.
Instance Attribute Details
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
399 400 401 |
# File 'sig/types.rbs', line 399 def app_instance_arn @app_instance_arn end |
#app_instance_retention_settings ⇒ Types::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 |