Class: Aws::Types::ApplicationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
30 31 32 |
# File 'sig/types.rbs', line 30 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
33 34 35 |
# File 'sig/types.rbs', line 33 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
32 33 34 |
# File 'sig/types.rbs', line 32 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
29 30 31 |
# File 'sig/types.rbs', line 29 def id @id end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
34 35 36 |
# File 'sig/types.rbs', line 34 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
31 32 33 |
# File 'sig/types.rbs', line 31 def name @name end |