Class: Aws::AppConfig::Types::Application

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

The description of the application.

Returns:

  • (String)


156
157
158
159
160
161
162
# File 'lib/aws-sdk-appconfig/types.rb', line 156

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

#idString

The application ID.

Returns:

  • (String)


156
157
158
159
160
161
162
# File 'lib/aws-sdk-appconfig/types.rb', line 156

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

#nameString

The application name.

Returns:

  • (String)


156
157
158
159
160
161
162
# File 'lib/aws-sdk-appconfig/types.rb', line 156

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