Class: Aws::Types::UpdateDefaultQBusinessApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDefaultQBusinessApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
12646 12647 12648 |
# File 'sig/types.rbs', line 12646 def application_id @application_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12644 12645 12646 |
# File 'sig/types.rbs', line 12644 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12645 12646 12647 |
# File 'sig/types.rbs', line 12645 def namespace @namespace end |