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.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def application_id @application_id end |
#default_kms_key_id ⇒ ::String
Returns the value of attribute default_kms_key_id.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def default_kms_key_id @default_kms_key_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def role_arn @role_arn end |