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)


269
270
271
# File 'sig/types.rbs', line 269

def add_private_key
  @add_private_key
end

#assertion_encryption_mode"Required", "Allowed"

Returns the value of attribute assertion_encryption_mode.

Returns:

  • ("Required", "Allowed")


268
269
270
# File 'sig/types.rbs', line 268

def assertion_encryption_mode
  @assertion_encryption_mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def name
  @name
end

#saml_metadata_document::String

Returns the value of attribute saml_metadata_document.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def 
  @saml_metadata_document
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def tags
  @tags
end