Class: Aws::IAM::Types::SAMLProviderListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::SAMLProviderListEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the list of SAML providers for this account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the SAML provider.
-
#create_date ⇒ Time
The date and time when the SAML provider was created.
-
#valid_until ⇒ Time
The expiration date and time for the SAML provider.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the SAML provider.
9211 9212 9213 9214 9215 9216 9217 |
# File 'lib/aws-sdk-iam/types.rb', line 9211 class SAMLProviderListEntry < Struct.new( :arn, :valid_until, :create_date) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The date and time when the SAML provider was created.
9211 9212 9213 9214 9215 9216 9217 |
# File 'lib/aws-sdk-iam/types.rb', line 9211 class SAMLProviderListEntry < Struct.new( :arn, :valid_until, :create_date) SENSITIVE = [] include Aws::Structure end |
#valid_until ⇒ Time
The expiration date and time for the SAML provider.
9211 9212 9213 9214 9215 9216 9217 |
# File 'lib/aws-sdk-iam/types.rb', line 9211 class SAMLProviderListEntry < Struct.new( :arn, :valid_until, :create_date) SENSITIVE = [] include Aws::Structure end |