Class: Aws::Types::UnarchiveApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UnarchiveApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def account_id @account_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def application_id @application_id end |