Class: Aws::Types::GetSAMLProviderResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assertion_encryption_mode"Required", "Allowed"

Returns the value of attribute assertion_encryption_mode.

Returns:

  • ("Required", "Allowed")


905
906
907
# File 'sig/types.rbs', line 905

def assertion_encryption_mode
  @assertion_encryption_mode
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


902
903
904
# File 'sig/types.rbs', line 902

def create_date
  @create_date
end

#private_key_list::Array[Types::SAMLPrivateKey]

Returns the value of attribute private_key_list.

Returns:



906
907
908
# File 'sig/types.rbs', line 906

def private_key_list
  @private_key_list
end

#saml_metadata_document::String

Returns the value of attribute saml_metadata_document.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def 
  @saml_metadata_document
end

#saml_provider_uuid::String

Returns the value of attribute saml_provider_uuid.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def saml_provider_uuid
  @saml_provider_uuid
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



904
905
906
# File 'sig/types.rbs', line 904

def tags
  @tags
end

#valid_until::Time

Returns the value of attribute valid_until.

Returns:

  • (::Time)


903
904
905
# File 'sig/types.rbs', line 903

def valid_until
  @valid_until
end