Class: Aws::AppConfig::Types::Environment

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)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1272

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

#descriptionString

The description of the environment.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1272

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

#idString

The environment ID.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1272

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

#monitorsArray<Types::Monitor>

Amazon CloudWatch alarms monitored during the deployment.

Returns:



1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1272

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

#nameString

The name of the environment.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1272

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

#stateString

The state of the environment. An environment can be in one of the following states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1272

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