Class: Aws::Types::AssumeRoleForPodIdentityResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssumeRoleForPodIdentityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assumed_role_user ⇒ Types::AssumedRoleUser
Returns the value of attribute assumed_role_user.
-
#audience ⇒ ::String
Returns the value of attribute audience.
-
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
-
#pod_identity_association ⇒ Types::PodIdentityAssociation
Returns the value of attribute pod_identity_association.
-
#subject ⇒ Types::Subject
Returns the value of attribute subject.
Instance Attribute Details
#assumed_role_user ⇒ Types::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.
27 28 29 |
# File 'sig/types.rbs', line 27 def audience @audience end |
#credentials ⇒ Types::Credentials
Returns the value of attribute credentials.
30 31 32 |
# File 'sig/types.rbs', line 30 def credentials @credentials end |
#pod_identity_association ⇒ Types::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 |
#subject ⇒ Types::Subject
Returns the value of attribute subject.
26 27 28 |
# File 'sig/types.rbs', line 26 def subject @subject end |