Class: Aws::Types::Application
- Inherits:
-
Object
- Object
- Aws::Types::Application
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_aggregated_status ⇒ Types::ApplicationAggregatedStatus
Returns the value of attribute application_aggregated_status.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::String
Returns the value of attribute creation_date_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
-
#last_modified_date_time ⇒ ::String
Returns the value of attribute last_modified_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
Instance Attribute Details
#application_aggregated_status ⇒ Types::ApplicationAggregatedStatus
Returns the value of attribute application_aggregated_status.
23 24 25 |
# File 'sig/types.rbs', line 23 def application_aggregated_status @application_aggregated_status end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
19 20 21 |
# File 'sig/types.rbs', line 19 def arn @arn end |
#creation_date_time ⇒ ::String
Returns the value of attribute creation_date_time.
24 25 26 |
# File 'sig/types.rbs', line 24 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
21 22 23 |
# File 'sig/types.rbs', line 21 def description @description end |
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
22 23 24 |
# File 'sig/types.rbs', line 22 def is_archived @is_archived end |
#last_modified_date_time ⇒ ::String
Returns the value of attribute last_modified_date_time.
25 26 27 |
# File 'sig/types.rbs', line 25 def last_modified_date_time @last_modified_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
20 21 22 |
# File 'sig/types.rbs', line 20 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
26 27 28 |
# File 'sig/types.rbs', line 26 def end |
#wave_id ⇒ ::String
Returns the value of attribute wave_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def wave_id @wave_id end |