Class: Aws::Types::ApplicationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
22 23 24 |
# File 'sig/types.rbs', line 22 def application_arn @application_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
24 25 26 |
# File 'sig/types.rbs', line 24 def created_at @created_at end |
#tenant_id ⇒ ::String
Returns the value of attribute tenant_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def tenant_id @tenant_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
25 26 27 |
# File 'sig/types.rbs', line 25 def updated_at @updated_at end |