Class: Aws::MPA::Types::IamIdentityCenterForList
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::IamIdentityCenterForList
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
IAM Identity Center credentials. For more information see, IAM Identity Center .
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_portal_url ⇒ String
URL for the approval portal associated with the IAM Identity Center instance.
-
#instance_arn ⇒ String
Amazon Resource Name (ARN) for the IAM Identity Center instance.
-
#region ⇒ String
Amazon Web Services Region where the IAM Identity Center instance is located.
Instance Attribute Details
#approval_portal_url ⇒ String
URL for the approval portal associated with the IAM Identity Center instance.
961 962 963 964 965 966 967 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 961 class IamIdentityCenterForList < Struct.new( :instance_arn, :approval_portal_url, :region) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
Amazon Resource Name (ARN) for the IAM Identity Center instance.
961 962 963 964 965 966 967 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 961 class IamIdentityCenterForList < Struct.new( :instance_arn, :approval_portal_url, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Amazon Web Services Region where the IAM Identity Center instance is located.
961 962 963 964 965 966 967 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 961 class IamIdentityCenterForList < Struct.new( :instance_arn, :approval_portal_url, :region) SENSITIVE = [] include Aws::Structure end |