Class: Aws::IAM::Types::GetSAMLProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetSAMLProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetSAMLProvider request.
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date and time when the SAML provider was created.
-
#saml_metadata_document ⇒ String
The XML metadata document that includes information about an identity provider.
-
#valid_until ⇒ Time
The expiration date and time for the SAML provider.
Instance Attribute Details
#create_date ⇒ Time
The date and time when the SAML provider was created.
3201 3202 3203 3204 3205 3206 |
# File 'lib/aws-sdk-iam/types.rb', line 3201 class GetSAMLProviderResponse < Struct.new( :saml_metadata_document, :create_date, :valid_until) include Aws::Structure end |
#saml_metadata_document ⇒ String
The XML metadata document that includes information about an identity provider.
3201 3202 3203 3204 3205 3206 |
# File 'lib/aws-sdk-iam/types.rb', line 3201 class GetSAMLProviderResponse < Struct.new( :saml_metadata_document, :create_date, :valid_until) include Aws::Structure end |
#valid_until ⇒ Time
The expiration date and time for the SAML provider.
3201 3202 3203 3204 3205 3206 |
# File 'lib/aws-sdk-iam/types.rb', line 3201 class GetSAMLProviderResponse < Struct.new( :saml_metadata_document, :create_date, :valid_until) include Aws::Structure end |