Class: Aws::Types::ApplicationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_type ⇒ "STANDARD", ...
Returns the value of attribute application_type.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_service ⇒ Boolean
Returns the value of attribute is_service.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#application_type ⇒ "STANDARD", ...
Returns the value of attribute application_type.
41 42 43 |
# File 'sig/types.rbs', line 41 def application_type @application_type end |
#arn ⇒ ::String
Returns the value of attribute arn.
34 35 36 |
# File 'sig/types.rbs', line 34 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
38 39 40 |
# File 'sig/types.rbs', line 38 def created_time @created_time end |
#id ⇒ ::String
Returns the value of attribute id.
35 36 37 |
# File 'sig/types.rbs', line 35 def id @id end |
#is_service ⇒ Boolean
Returns the value of attribute is_service.
40 41 42 |
# File 'sig/types.rbs', line 40 def is_service @is_service end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
39 40 41 |
# File 'sig/types.rbs', line 39 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
36 37 38 |
# File 'sig/types.rbs', line 36 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
37 38 39 |
# File 'sig/types.rbs', line 37 def namespace @namespace end |