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.
12222 12223 12224 |
# File 'sig/types.rbs', line 12222 def application_id @application_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12220 12221 12222 |
# File 'sig/types.rbs', line 12220 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12221 12222 12223 |
# File 'sig/types.rbs', line 12221 def namespace @namespace end |