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")


936
937
938
# File 'sig/types.rbs', line 936

def assertion_encryption_mode
  @assertion_encryption_mode
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


933
934
935
# File 'sig/types.rbs', line 933

def create_date
  @create_date
end

#private_key_list::Array[Types::SAMLPrivateKey]

Returns the value of attribute private_key_list.

Returns:



937
938
939
# File 'sig/types.rbs', line 937

def private_key_list
  @private_key_list
end

#saml_metadata_document::String

Returns the value of attribute saml_metadata_document.

Returns:

  • (::String)


932
933
934
# File 'sig/types.rbs', line 932

def 
  @saml_metadata_document
end

#saml_provider_uuid::String

Returns the value of attribute saml_provider_uuid.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def saml_provider_uuid
  @saml_provider_uuid
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



935
936
937
# File 'sig/types.rbs', line 935

def tags
  @tags
end

#valid_until::Time

Returns the value of attribute valid_until.

Returns:

  • (::Time)


934
935
936
# File 'sig/types.rbs', line 934

def valid_until
  @valid_until
end