Class: Aws::Proton::Types::EnvironmentTemplateSummary

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

Overview

The environment template data.

Constant Summary collapse

SENSITIVE =
[:description, :display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the environment template.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2567

class EnvironmentTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :last_modified_at,
  :name,
  :provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#created_atTime

The time when the environment template was created.

Returns:

  • (Time)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2567

class EnvironmentTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :last_modified_at,
  :name,
  :provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#descriptionString

A description of the environment template.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2567

class EnvironmentTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :last_modified_at,
  :name,
  :provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#display_nameString

The name of the environment template as displayed in the developer interface.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2567

class EnvironmentTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :last_modified_at,
  :name,
  :provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#last_modified_atTime

The time when the environment template was last modified.

Returns:

  • (Time)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2567

class EnvironmentTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :last_modified_at,
  :name,
  :provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#nameString

The name of the environment template.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2567

class EnvironmentTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :last_modified_at,
  :name,
  :provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#provisioningString

When included, indicates that the environment template is for customer provisioned and managed infrastructure.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2567

class EnvironmentTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :last_modified_at,
  :name,
  :provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

The recommended version of the environment template.

Returns:

  • (String)


2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2567

class EnvironmentTemplateSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :display_name,
  :last_modified_at,
  :name,
  :provisioning,
  :recommended_version)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end