Class: Aws::Types::AppSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#visibility ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute visibility.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
347 348 349 |
# File 'sig/types.rbs', line 347 def app_id @app_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
348 349 350 |
# File 'sig/types.rbs', line 348 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
350 351 352 |
# File 'sig/types.rbs', line 350 def created_time @created_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
351 352 353 |
# File 'sig/types.rbs', line 351 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
349 350 351 |
# File 'sig/types.rbs', line 349 def name @name end |
#visibility ⇒ "PRIVATE", "PUBLIC"
Returns the value of attribute visibility.
352 353 354 |
# File 'sig/types.rbs', line 352 def visibility @visibility end |