Class: Aws::Types::EnvironmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "ipv4", "dual"
Returns the value of attribute network_type.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
398 399 400 |
# File 'sig/types.rbs', line 398 def creation_time @creation_time end |
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
399 400 401 |
# File 'sig/types.rbs', line 399 def engine_type @engine_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
400 401 402 |
# File 'sig/types.rbs', line 400 def engine_version @engine_version end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
401 402 403 |
# File 'sig/types.rbs', line 401 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
402 403 404 |
# File 'sig/types.rbs', line 402 def environment_id @environment_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
403 404 405 |
# File 'sig/types.rbs', line 403 def instance_type @instance_type end |
#name ⇒ ::String
Returns the value of attribute name.
404 405 406 |
# File 'sig/types.rbs', line 404 def name @name end |
#network_type ⇒ "ipv4", "dual"
Returns the value of attribute network_type.
405 406 407 |
# File 'sig/types.rbs', line 405 def network_type @network_type end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
406 407 408 |
# File 'sig/types.rbs', line 406 def status @status end |