Class: Aws::SecurityAgent::Types::UpdateApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateApplicationRequest
- Defined in:
- gems/aws-sdk-securityagent/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.
4895 4896 4897 4898 4899 4900 4901 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4895 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.
4895 4896 4897 4898 4899 4900 4901 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4895 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.
4895 4896 4897 4898 4899 4900 4901 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4895 class UpdateApplicationRequest < Struct.new( :application_id, :role_arn, :default_kms_key_id) SENSITIVE = [] include Aws::Structure end |