Class: Aws::Types::UpdateApplicationWithTokenExchangeGrantRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationWithTokenExchangeGrantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12393 12394 12395 |
# File 'sig/types.rbs', line 12393 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
12394 12395 12396 |
# File 'sig/types.rbs', line 12394 def namespace @namespace end |