Class: Aws::SecurityAgent::Types::IdCConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::IdCConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
The IAM Identity Center configuration for an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#idc_application_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center application.
-
#idc_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center instance.
Instance Attribute Details
#idc_application_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center application.
1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1998 class IdCConfiguration < Struct.new( :idc_application_arn, :idc_instance_arn) SENSITIVE = [] include Aws::Structure end |
#idc_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity Center instance.
1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1998 class IdCConfiguration < Struct.new( :idc_application_arn, :idc_instance_arn) SENSITIVE = [] include Aws::Structure end |