Class: Aws::STS::Types::FederatedUser

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/aws-sdk-sts/types.rb

Overview

Identifiers for the federated user that is associated with the credentials.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1026

class FederatedUser < Struct.new(
  :federated_user_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#federated_user_idString

The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1026

class FederatedUser < Struct.new(
  :federated_user_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end