Class: Aws::AppConfig::Types::UpdateApplicationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)


3535
3536
3537
3538
3539
3540
3541
# File 'lib/aws-sdk-appconfig/types.rb', line 3535

class UpdateApplicationRequest < Struct.new(
  :application_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the application.

Returns:

  • (String)


3535
3536
3537
3538
3539
3540
3541
# File 'lib/aws-sdk-appconfig/types.rb', line 3535

class UpdateApplicationRequest < Struct.new(
  :application_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the application.

Returns:

  • (String)


3535
3536
3537
3538
3539
3540
3541
# File 'lib/aws-sdk-appconfig/types.rb', line 3535

class UpdateApplicationRequest < Struct.new(
  :application_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end