Class: Aws::IAM::Types::SAMLProviderListEntry

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

Overview

Contains the list of SAML providers for this account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the SAML provider.

Returns:

  • (String)


9010
9011
9012
9013
9014
9015
9016
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9010

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

#create_dateTime

The date and time when the SAML provider was created.

Returns:

  • (Time)


9010
9011
9012
9013
9014
9015
9016
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9010

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

#valid_untilTime

The expiration date and time for the SAML provider.

Returns:

  • (Time)


9010
9011
9012
9013
9014
9015
9016
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9010

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