Class: Aws::Types::AwsIamAccessKeySessionContext
- Inherits:
-
Object
- Object
- Aws::Types::AwsIamAccessKeySessionContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::AwsIamAccessKeySessionContextAttributes
Returns the value of attribute attributes.
-
#session_issuer ⇒ Types::AwsIamAccessKeySessionContextSessionIssuer
Returns the value of attribute session_issuer.
Instance Attribute Details
#attributes ⇒ Types::AwsIamAccessKeySessionContextAttributes
Returns the value of attribute attributes.
2955 2956 2957 |
# File 'sig/types.rbs', line 2955 def attributes @attributes end |
#session_issuer ⇒ Types::AwsIamAccessKeySessionContextSessionIssuer
Returns the value of attribute session_issuer.
2956 2957 2958 |
# File 'sig/types.rbs', line 2956 def session_issuer @session_issuer end |