Class: Aws::IAM::Types::GetSAMLProviderResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful GetSAMLProvider request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_dateTime

The date and time when the SAML provider was created.

Returns:

  • (Time)


4152
4153
4154
4155
4156
4157
4158
# File 'lib/aws-sdk-iam/types.rb', line 4152

class GetSAMLProviderResponse < Struct.new(
  :saml_metadata_document,
  :create_date,
  :valid_until)
  SENSITIVE = []
  include Aws::Structure
end

#saml_metadata_documentString

The XML metadata document that includes information about an identity provider.

Returns:

  • (String)


4152
4153
4154
4155
4156
4157
4158
# File 'lib/aws-sdk-iam/types.rb', line 4152

class GetSAMLProviderResponse < Struct.new(
  :saml_metadata_document,
  :create_date,
  :valid_until)
  SENSITIVE = []
  include Aws::Structure
end

#valid_untilTime

The expiration date and time for the SAML provider.

Returns:

  • (Time)


4152
4153
4154
4155
4156
4157
4158
# File 'lib/aws-sdk-iam/types.rb', line 4152

class GetSAMLProviderResponse < Struct.new(
  :saml_metadata_document,
  :create_date,
  :valid_until)
  SENSITIVE = []
  include Aws::Structure
end