Class: Aws::Types::DeleteApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
195 196 197 |
# File 'sig/types.rbs', line 195 def arn @arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
196 197 198 |
# File 'sig/types.rbs', line 196 def environment_id @environment_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
197 198 199 |
# File 'sig/types.rbs', line 197 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
198 199 200 |
# File 'sig/types.rbs', line 198 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
199 200 201 |
# File 'sig/types.rbs', line 199 def state @state end |