Class: Aws::Types::Application
- Inherits:
-
Object
- Object
- Aws::Types::Application
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_tag ⇒ ::Hash[::String, ::String]
Returns the value of attribute application_tag.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_tag ⇒ ::Hash[::String, ::String]
Returns the value of attribute application_tag.
24 25 26 |
# File 'sig/types.rbs', line 24 def application_tag @application_tag end |
#arn ⇒ ::String
Returns the value of attribute arn.
18 19 20 |
# File 'sig/types.rbs', line 18 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
21 22 23 |
# File 'sig/types.rbs', line 21 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
20 21 22 |
# File 'sig/types.rbs', line 20 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
17 18 19 |
# File 'sig/types.rbs', line 17 def id @id end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
22 23 24 |
# File 'sig/types.rbs', line 22 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
19 20 21 |
# File 'sig/types.rbs', line 19 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
23 24 25 |
# File 'sig/types.rbs', line 23 def end |