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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
74 75 76 |
# File 'sig/types.rbs', line 74 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
78 79 80 |
# File 'sig/types.rbs', line 78 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
75 76 77 |
# File 'sig/types.rbs', line 75 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
76 77 78 |
# File 'sig/types.rbs', line 76 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
77 78 79 |
# File 'sig/types.rbs', line 77 def status @status end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
79 80 81 |
# File 'sig/types.rbs', line 79 def workspace_name @workspace_name end |