Class: Aws::Proton::Types::EnvironmentState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

The detailed data about the current state of the environment.

Constant Summary collapse

SENSITIVE =
[:spec]

Instance Attribute Summary collapse

Instance Attribute Details

#specString

The environment spec that was used to create the environment.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
2334
2335
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2328

class EnvironmentState < Struct.new(
  :spec,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#template_major_versionString

The major version of the environment template that was used to create the environment.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
2334
2335
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2328

class EnvironmentState < Struct.new(
  :spec,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#template_minor_versionString

The minor version of the environment template that was used to create the environment.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
2334
2335
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2328

class EnvironmentState < Struct.new(
  :spec,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:spec]
  include Aws::Structure
end

#template_nameString

The name of the environment template that was used to create the environment.

Returns:

  • (String)


2328
2329
2330
2331
2332
2333
2334
2335
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2328

class EnvironmentState < Struct.new(
  :spec,
  :template_major_version,
  :template_minor_version,
  :template_name)
  SENSITIVE = [:spec]
  include Aws::Structure
end