Class: Aws::MPA::Types::IamIdentityCenterForGet

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mpa/types.rb

Overview

IAM Identity Center credentials. For more information see, [IAM Identity Center] .

[1]: aws.amazon.com/identity-center/

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approval_portal_urlString

URL for the approval portal associated with the IAM Identity Center instance.

Returns:

  • (String)


930
931
932
933
934
935
936
# File 'lib/aws-sdk-mpa/types.rb', line 930

class IamIdentityCenterForGet < Struct.new(
  :instance_arn,
  :approval_portal_url,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#instance_arnString

Amazon Resource Name (ARN) for the IAM Identity Center instance.

Returns:

  • (String)


930
931
932
933
934
935
936
# File 'lib/aws-sdk-mpa/types.rb', line 930

class IamIdentityCenterForGet < Struct.new(
  :instance_arn,
  :approval_portal_url,
  :region)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

Amazon Web Services Region where the IAM Identity Center instance is located.

Returns:

  • (String)


930
931
932
933
934
935
936
# File 'lib/aws-sdk-mpa/types.rb', line 930

class IamIdentityCenterForGet < Struct.new(
  :instance_arn,
  :approval_portal_url,
  :region)
  SENSITIVE = []
  include Aws::Structure
end