Class: Aws::Types::UpdateApplicationSettingsInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationSettingsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#backint ⇒ Types::BackintConfig
Returns the value of attribute backint.
-
#credentials_to_add_or_update ⇒ ::Array[Types::ApplicationCredential]
Returns the value of attribute credentials_to_add_or_update.
-
#credentials_to_remove ⇒ ::Array[Types::ApplicationCredential]
Returns the value of attribute credentials_to_remove.
-
#database_arn ⇒ ::String
Returns the value of attribute database_arn.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
573 574 575 |
# File 'sig/types.rbs', line 573 def application_id @application_id end |
#backint ⇒ Types::BackintConfig
Returns the value of attribute backint.
576 577 578 |
# File 'sig/types.rbs', line 576 def backint @backint end |
#credentials_to_add_or_update ⇒ ::Array[Types::ApplicationCredential]
Returns the value of attribute credentials_to_add_or_update.
574 575 576 |
# File 'sig/types.rbs', line 574 def credentials_to_add_or_update @credentials_to_add_or_update end |
#credentials_to_remove ⇒ ::Array[Types::ApplicationCredential]
Returns the value of attribute credentials_to_remove.
575 576 577 |
# File 'sig/types.rbs', line 575 def credentials_to_remove @credentials_to_remove end |
#database_arn ⇒ ::String
Returns the value of attribute database_arn.
577 578 579 |
# File 'sig/types.rbs', line 577 def database_arn @database_arn end |