Class: Aws::Types::Application
- Inherits:
-
Object
- Object
- Aws::Types::Application
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_registry_arn ⇒ ::String
Returns the value of attribute app_registry_arn.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associated_application_arns ⇒ ::Array[::String]
Returns the value of attribute associated_application_arns.
-
#components ⇒ ::Array[::String]
Returns the value of attribute components.
-
#discovery_status ⇒ "SUCCESS", ...
Returns the value of attribute discovery_status.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#status ⇒ "ACTIVATED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#type ⇒ "HANA", "SAP_ABAP"
Returns the value of attribute type.
Instance Attribute Details
#app_registry_arn ⇒ ::String
Returns the value of attribute app_registry_arn.
15 16 17 |
# File 'sig/types.rbs', line 15 def app_registry_arn @app_registry_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
14 15 16 |
# File 'sig/types.rbs', line 14 def arn @arn end |
#associated_application_arns ⇒ ::Array[::String]
Returns the value of attribute associated_application_arns.
21 22 23 |
# File 'sig/types.rbs', line 21 def associated_application_arns @associated_application_arns end |
#components ⇒ ::Array[::String]
Returns the value of attribute components.
18 19 20 |
# File 'sig/types.rbs', line 18 def components @components end |
#discovery_status ⇒ "SUCCESS", ...
Returns the value of attribute discovery_status.
17 18 19 |
# File 'sig/types.rbs', line 17 def discovery_status @discovery_status end |
#id ⇒ ::String
Returns the value of attribute id.
12 13 14 |
# File 'sig/types.rbs', line 12 def id @id end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
19 20 21 |
# File 'sig/types.rbs', line 19 def last_updated @last_updated end |
#status ⇒ "ACTIVATED", ...
Returns the value of attribute status.
16 17 18 |
# File 'sig/types.rbs', line 16 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
20 21 22 |
# File 'sig/types.rbs', line 20 def @status_message end |
#type ⇒ "HANA", "SAP_ABAP"
Returns the value of attribute type.
13 14 15 |
# File 'sig/types.rbs', line 13 def type @type end |