Class: Aws::Types::CreateSAMLProviderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:add_private_key])

Instance Attribute Summary collapse

Instance Attribute Details

#add_private_key::String

Returns the value of attribute add_private_key.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def add_private_key
  @add_private_key
end

#assertion_encryption_mode"Required", "Allowed"

Returns the value of attribute assertion_encryption_mode.

Returns:

  • ("Required", "Allowed")


256
257
258
# File 'sig/types.rbs', line 256

def assertion_encryption_mode
  @assertion_encryption_mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def name
  @name
end

#saml_metadata_document::String

Returns the value of attribute saml_metadata_document.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def 
  @saml_metadata_document
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



255
256
257
# File 'sig/types.rbs', line 255

def tags
  @tags
end