Class: Aws::MainframeModernization::Types::EnvironmentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::EnvironmentSummary
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Contains a subset of the possible runtime environment attributes. Used in the environment list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The timestamp when the runtime environment was created.
-
#engine_type ⇒ String
The target platform for the runtime environment.
-
#engine_version ⇒ String
The version of the runtime engine.
-
#environment_arn ⇒ String
The Amazon Resource Name (ARN) of a particular runtime environment.
-
#environment_id ⇒ String
The unique identifier of a particular runtime environment.
-
#instance_type ⇒ String
The instance type of the runtime environment.
-
#name ⇒ String
The name of the runtime environment.
-
#status ⇒ String
The status of the runtime environment.
Instance Attribute Details
#creation_time ⇒ Time
The timestamp when the runtime environment was created.
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1136 class EnvironmentSummary < Struct.new( :creation_time, :engine_type, :engine_version, :environment_arn, :environment_id, :instance_type, :name, :status) SENSITIVE = [] include Aws::Structure end |
#engine_type ⇒ String
The target platform for the runtime environment.
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1136 class EnvironmentSummary < Struct.new( :creation_time, :engine_type, :engine_version, :environment_arn, :environment_id, :instance_type, :name, :status) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The version of the runtime engine.
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1136 class EnvironmentSummary < Struct.new( :creation_time, :engine_type, :engine_version, :environment_arn, :environment_id, :instance_type, :name, :status) SENSITIVE = [] include Aws::Structure end |
#environment_arn ⇒ String
The Amazon Resource Name (ARN) of a particular runtime environment.
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1136 class EnvironmentSummary < Struct.new( :creation_time, :engine_type, :engine_version, :environment_arn, :environment_id, :instance_type, :name, :status) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The unique identifier of a particular runtime environment.
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1136 class EnvironmentSummary < Struct.new( :creation_time, :engine_type, :engine_version, :environment_arn, :environment_id, :instance_type, :name, :status) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type of the runtime environment.
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1136 class EnvironmentSummary < Struct.new( :creation_time, :engine_type, :engine_version, :environment_arn, :environment_id, :instance_type, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the runtime environment.
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1136 class EnvironmentSummary < Struct.new( :creation_time, :engine_type, :engine_version, :environment_arn, :environment_id, :instance_type, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the runtime environment
1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1136 class EnvironmentSummary < Struct.new( :creation_time, :engine_type, :engine_version, :environment_arn, :environment_id, :instance_type, :name, :status) SENSITIVE = [] include Aws::Structure end |