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

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

#application_idString

The application ID.

Returns:

  • (String)


1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'lib/aws-sdk-appconfig/types.rb', line 1402

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

#descriptionString

The description of the environment.

Returns:

  • (String)


1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'lib/aws-sdk-appconfig/types.rb', line 1402

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

#idString

The environment ID.

Returns:

  • (String)


1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'lib/aws-sdk-appconfig/types.rb', line 1402

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:



1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'lib/aws-sdk-appconfig/types.rb', line 1402

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

#nameString

The name of the environment.

Returns:

  • (String)


1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'lib/aws-sdk-appconfig/types.rb', line 1402

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)


1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'lib/aws-sdk-appconfig/types.rb', line 1402

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