Class: Aws::Types::DeleteApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
490 491 492 |
# File 'sig/types.rbs', line 490 def application_name @application_name end |
#create_timestamp ⇒ ::Time
Returns the value of attribute create_timestamp.
491 492 493 |
# File 'sig/types.rbs', line 491 def @create_timestamp end |