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)


2544
2545
2546
2547
2548
2549
2550
# File 'lib/aws-sdk-appconfig/types.rb', line 2544

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

#descriptionString

A description of the application.

Returns:

  • (String)


2544
2545
2546
2547
2548
2549
2550
# File 'lib/aws-sdk-appconfig/types.rb', line 2544

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

#nameString

The name of the application.

Returns:

  • (String)


2544
2545
2546
2547
2548
2549
2550
# File 'lib/aws-sdk-appconfig/types.rb', line 2544

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