Class: Aws::Types::AssumeRoleForPodIdentityResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#assumed_role_userTypes::AssumedRoleUser

Returns the value of attribute assumed_role_user.



29
30
31
# File 'sig/types.rbs', line 29

def assumed_role_user
  @assumed_role_user
end

#audience::String

Returns the value of attribute audience.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def audience
  @audience
end

#credentialsTypes::Credentials

Returns the value of attribute credentials.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def credentials
  @credentials
end

#pod_identity_associationTypes::PodIdentityAssociation

Returns the value of attribute pod_identity_association.



28
29
30
# File 'sig/types.rbs', line 28

def pod_identity_association
  @pod_identity_association
end

#subjectTypes::Subject

Returns the value of attribute subject.

Returns:



26
27
28
# File 'sig/types.rbs', line 26

def subject
  @subject
end