Class: Aws::SecurityAgent::Types::UpdateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateApplicationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the application to update.
-
#default_kms_key_id ⇒ String
The updated identifier of the default AWS KMS key for the application.
-
#role_arn ⇒ String
The updated Amazon Resource Name (ARN) of the IAM role for the application.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application to update.
3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3942 class UpdateApplicationRequest < Struct.new( :application_id, :role_arn, :default_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#default_kms_key_id ⇒ String
The updated identifier of the default AWS KMS key for the application.
3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3942 class UpdateApplicationRequest < Struct.new( :application_id, :role_arn, :default_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The updated Amazon Resource Name (ARN) of the IAM role for the application.
3942 3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3942 class UpdateApplicationRequest < Struct.new( :application_id, :role_arn, :default_kms_key_id) SENSITIVE = [] include Aws::Structure end |