Class: Aws::IAM::Types::GetSAMLProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetSAMLProviderResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetSAMLProvider request.
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the specified IAM SAML 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.
3883 3884 3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3883 class GetSAMLProviderResponse < Struct.new( :saml_metadata_document, :create_date, :valid_until, :tags) SENSITIVE = [] include Aws::Structure end |
#saml_metadata_document ⇒ String
The XML metadata document that includes information about an identity provider.
3883 3884 3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3883 class GetSAMLProviderResponse < Struct.new( :saml_metadata_document, :create_date, :valid_until, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
3883 3884 3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3883 class GetSAMLProviderResponse < Struct.new( :saml_metadata_document, :create_date, :valid_until, :tags) SENSITIVE = [] include Aws::Structure end |
#valid_until ⇒ Time
The expiration date and time for the SAML provider.
3883 3884 3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3883 class GetSAMLProviderResponse < Struct.new( :saml_metadata_document, :create_date, :valid_until, :tags) SENSITIVE = [] include Aws::Structure end |