Class: Aws::AppRegistry::Types::UpdateApplicationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationString

The name, ID, or ARN of the application that will be updated.

Returns:

  • (String)


1432
1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1432

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

#descriptionString

The new description of the application.

Returns:

  • (String)


1432
1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1432

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

#nameString

Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.

Returns:

  • (String)


1432
1433
1434
1435
1436
1437
1438
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1432

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