Class: Aws::Types::UpdateApplicationSettingsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:



573
574
575
# File 'sig/types.rbs', line 573

def application_id
  @application_id
end

#backintTypes::BackintConfig

Returns the value of attribute backint.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



577
578
579
# File 'sig/types.rbs', line 577

def database_arn
  @database_arn
end