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

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

#descriptionString

The description of the application.

Returns:

  • (String)


132
133
134
135
136
137
138
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 132

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

#idString

The application ID.

Returns:

  • (String)


132
133
134
135
136
137
138
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 132

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

#nameString

The application name.

Returns:

  • (String)


132
133
134
135
136
137
138
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 132

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