Class: Aws::Types::AwsIamAccessKeyDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamAccessKeyDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#principal_name ⇒ ::String
Returns the value of attribute principal_name.
-
#principal_type ⇒ ::String
Returns the value of attribute principal_type.
-
#session_context ⇒ Types::AwsIamAccessKeySessionContext
Returns the value of attribute session_context.
-
#status ⇒ "Active", "Inactive"
Returns the value of attribute status.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
2949 2950 2951 |
# File 'sig/types.rbs', line 2949 def access_key_id @access_key_id end |
#account_id ⇒ ::String
Returns the value of attribute account_id.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def account_id @account_id end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
2944 2945 2946 |
# File 'sig/types.rbs', line 2944 def created_at @created_at end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
2945 2946 2947 |
# File 'sig/types.rbs', line 2945 def principal_id @principal_id end |
#principal_name ⇒ ::String
Returns the value of attribute principal_name.
2947 2948 2949 |
# File 'sig/types.rbs', line 2947 def principal_name @principal_name end |
#principal_type ⇒ ::String
Returns the value of attribute principal_type.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def principal_type @principal_type end |
#session_context ⇒ Types::AwsIamAccessKeySessionContext
Returns the value of attribute session_context.
2950 2951 2952 |
# File 'sig/types.rbs', line 2950 def session_context @session_context end |
#status ⇒ "Active", "Inactive"
Returns the value of attribute status.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def status @status end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
2942 2943 2944 |
# File 'sig/types.rbs', line 2942 def user_name @user_name end |