Class: Aws::Types::UnshareApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UnshareApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
428 429 430 |
# File 'sig/types.rbs', line 428 def application_id @application_id end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
429 430 431 |
# File 'sig/types.rbs', line 429 def organization_id @organization_id end |