Class: Aws::AppConfig::Types::CreateApplicationRequest

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

#descriptionString

A description of the application.

Returns:

  • (String)


458
459
460
461
462
463
464
# File 'lib/aws-sdk-appconfig/types.rb', line 458

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

#nameString

A name for the application.

Returns:

  • (String)


458
459
460
461
462
463
464
# File 'lib/aws-sdk-appconfig/types.rb', line 458

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

#tagsHash<String,String>

Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

Returns:

  • (Hash<String,String>)


458
459
460
461
462
463
464
# File 'lib/aws-sdk-appconfig/types.rb', line 458

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