Class: Aws::IAM::Types::SAMLPrivateKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::SAMLPrivateKey
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the private keys for the SAML provider.
This data type is used as a response element in the
- GetSAMLProvider][1
-
operation.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetSAMLProvider.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_id ⇒ String
The unique identifier for the SAML private key.
-
#timestamp ⇒ Time
The date and time, in [ISO 8601 date-time ][1] format, when the private key was uploaded.
Instance Attribute Details
#key_id ⇒ String
The unique identifier for the SAML private key.
9739 9740 9741 9742 9743 9744 |
# File 'lib/aws-sdk-iam/types.rb', line 9739 class SAMLPrivateKey < Struct.new( :key_id, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The date and time, in [ISO 8601 date-time ][1] format, when the private key was uploaded.
9739 9740 9741 9742 9743 9744 |
# File 'lib/aws-sdk-iam/types.rb', line 9739 class SAMLPrivateKey < Struct.new( :key_id, :timestamp) SENSITIVE = [] include Aws::Structure end |