Class: Aws::Types::ArchiveApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ArchiveApplicationRequest
- 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.
41 42 43 |
# File 'sig/types.rbs', line 41 def account_id @account_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
40 41 42 |
# File 'sig/types.rbs', line 40 def application_id @application_id end |