Class: Aws::Types::AwsIamAccessKeySessionContextSessionIssuer
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamAccessKeySessionContextSessionIssuer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2970 2971 2972 |
# File 'sig/types.rbs', line 2970 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def arn @arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def principal_id @principal_id end |
#type ⇒ ::String
Returns the value of attribute type.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def type @type end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2971 2972 2973 |
# File 'sig/types.rbs', line 2971 def user_name @user_name end |