Class: Aws::Types::ApplicationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployment_status ⇒ "Deploying", "Deployed"
Returns the value of attribute deployment_status.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#version_status ⇒ "Creating", ...
Returns the value of attribute version_status.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
25 26 27 |
# File 'sig/types.rbs', line 25 def application_arn @application_arn end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
26 27 28 |
# File 'sig/types.rbs', line 26 def application_id @application_id end |
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
27 28 29 |
# File 'sig/types.rbs', line 27 def application_version @application_version end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
28 29 30 |
# File 'sig/types.rbs', line 28 def creation_time @creation_time end |
#deployment_status ⇒ "Deploying", "Deployed"
Returns the value of attribute deployment_status.
29 30 31 |
# File 'sig/types.rbs', line 29 def deployment_status @deployment_status end |
#description ⇒ ::String
Returns the value of attribute description.
30 31 32 |
# File 'sig/types.rbs', line 30 def description @description end |
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
31 32 33 |
# File 'sig/types.rbs', line 31 def engine_type @engine_type end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def environment_id @environment_id end |
#last_start_time ⇒ ::Time
Returns the value of attribute last_start_time.
33 34 35 |
# File 'sig/types.rbs', line 33 def last_start_time @last_start_time end |
#name ⇒ ::String
Returns the value of attribute name.
34 35 36 |
# File 'sig/types.rbs', line 34 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
35 36 37 |
# File 'sig/types.rbs', line 35 def role_arn @role_arn end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
36 37 38 |
# File 'sig/types.rbs', line 36 def status @status end |
#version_status ⇒ "Creating", ...
Returns the value of attribute version_status.
37 38 39 |
# File 'sig/types.rbs', line 37 def version_status @version_status end |