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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


9027
9028
9029
9030
9031
9032
9033
# File 'lib/aws-sdk-iam/types.rb', line 9027

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)


9027
9028
9029
9030
9031
9032
9033
# File 'lib/aws-sdk-iam/types.rb', line 9027

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)


9027
9028
9029
9030
9031
9032
9033
# File 'lib/aws-sdk-iam/types.rb', line 9027

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