Class: Aws::SecurityAgent::Types::GetApplicationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ String

The unique identifier of the application.

Returns:

  • (String)


4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4112

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

The name of the application.

Returns:

  • (String)


4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4112

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

The identifier of the default AWS KMS key used to encrypt data for the application.

Returns:

  • (String)


4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4112

class GetApplicationResponse < Struct.new(
  :application_id,
  :domain,
  :application_name,
  :idc_configuration,
  :role_arn,
  :default_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#domain ⇒ String

The domain associated with the application.

Returns:

  • (String)


4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4112

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

The IAM Identity Center configuration for the application.



4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4112

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

The Amazon Resource Name (ARN) of the IAM role associated with the application.

Returns:

  • (String)


4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4112

class GetApplicationResponse < Struct.new(
  :application_id,
  :domain,
  :application_name,
  :idc_configuration,
  :role_arn,
  :default_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end