Class: Aws::AccountAccess::Types::IdentityCenter
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::IdentityCenter
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
Specifies the IAM Identity Center instance to use as the identity source for an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance.
Instance Attribute Details
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance.
417 418 419 420 421 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 417 class IdentityCenter < Struct.new( :instance_arn) SENSITIVE = [] include Aws::Structure end |