Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#default_kms_key_id ⇒ ::String
Returns the value of attribute default_kms_key_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def application_id @application_id end |
#default_kms_key_id ⇒ ::String
Returns the value of attribute default_kms_key_id.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def default_kms_key_id @default_kms_key_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def role_arn @role_arn end |