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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appconfig/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)


2384
2385
2386
2387
2388
2389
2390
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2384

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

#descriptionString

A description of the application.

Returns:

  • (String)


2384
2385
2386
2387
2388
2389
2390
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2384

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

#nameString

The name of the application.

Returns:

  • (String)


2384
2385
2386
2387
2388
2389
2390
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 2384

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