Class: Aws::AccountAccess::Types::IdentityCenterDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::IdentityCenterDetails
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
Contains detailed information about the IAM Identity Center configuration for an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the IAM Identity Center application created for this account access manager application.
-
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance.
Instance Attribute Details
#application_arn ⇒ String
The ARN of the IAM Identity Center application created for this account access manager application.
437 438 439 440 441 442 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 437 class IdentityCenterDetails < Struct.new( :instance_arn, :application_arn) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance.
437 438 439 440 441 442 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 437 class IdentityCenterDetails < Struct.new( :instance_arn, :application_arn) SENSITIVE = [] include Aws::Structure end |