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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#runtime_environment ⇒ Types::RuntimeEnvironment
Returns the value of attribute runtime_environment.
-
#status ⇒ "INITIALIZED", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
29 30 31 |
# File 'sig/types.rbs', line 29 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
33 34 35 |
# File 'sig/types.rbs', line 33 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
31 32 33 |
# File 'sig/types.rbs', line 31 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
30 31 32 |
# File 'sig/types.rbs', line 30 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
34 35 36 |
# File 'sig/types.rbs', line 34 def last_updated_at @last_updated_at end |
#runtime_environment ⇒ Types::RuntimeEnvironment
Returns the value of attribute runtime_environment.
35 36 37 |
# File 'sig/types.rbs', line 35 def runtime_environment @runtime_environment end |
#status ⇒ "INITIALIZED", ...
Returns the value of attribute status.
32 33 34 |
# File 'sig/types.rbs', line 32 def status @status end |