Class: Aws::SecurityAgent::Types::GetApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::GetApplicationResponse
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
Application ID.
-
#application_name ⇒ String
Name of the application, automatically assigned by the service.
-
#default_kms_key_id ⇒ String
Default KMS key identifier used to encrypt application data.
-
#domain ⇒ String
Domain where the application is available.
-
#idc_configuration ⇒ Types::IdCConfiguration
IAM Identity Center configuration for the application.
-
#role_arn ⇒ String
ARN of the IAM role that the application uses to access AWS resources on your behalf.
Instance Attribute Details
#application_id ⇒ String
Application ID
1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1710 class GetApplicationResponse < Struct.new( :application_id, :domain, :application_name, :idc_configuration, :role_arn, :default_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#application_name ⇒ String
Name of the application, automatically assigned by the service
1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1710 class GetApplicationResponse < Struct.new( :application_id, :domain, :application_name, :idc_configuration, :role_arn, :default_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#default_kms_key_id ⇒ String
Default KMS key identifier used to encrypt application data
1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1710 class GetApplicationResponse < Struct.new( :application_id, :domain, :application_name, :idc_configuration, :role_arn, :default_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
Domain where the application is available
1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1710 class GetApplicationResponse < Struct.new( :application_id, :domain, :application_name, :idc_configuration, :role_arn, :default_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#idc_configuration ⇒ Types::IdCConfiguration
IAM Identity Center configuration for the application
1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1710 class GetApplicationResponse < Struct.new( :application_id, :domain, :application_name, :idc_configuration, :role_arn, :default_kms_key_id) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
ARN of the IAM role that the application uses to access AWS resources on your behalf
1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1710 class GetApplicationResponse < Struct.new( :application_id, :domain, :application_name, :idc_configuration, :role_arn, :default_kms_key_id) SENSITIVE = [] include Aws::Structure end |