Class: Aws::Types::UpdateSAMLProviderRequest

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)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def add_private_key
  @add_private_key
end

#assertion_encryption_mode"Required", "Allowed"

Returns the value of attribute assertion_encryption_mode.

Returns:

  • ("Required", "Allowed")


2276
2277
2278
# File 'sig/types.rbs', line 2276

def assertion_encryption_mode
  @assertion_encryption_mode
end

#remove_private_key::String

Returns the value of attribute remove_private_key.

Returns:

  • (::String)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def remove_private_key
  @remove_private_key
end

#saml_metadata_document::String

Returns the value of attribute saml_metadata_document.

Returns:

  • (::String)


2274
2275
2276
# File 'sig/types.rbs', line 2274

def 
  @saml_metadata_document
end

#saml_provider_arn::String

Returns the value of attribute saml_provider_arn.

Returns:

  • (::String)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def saml_provider_arn
  @saml_provider_arn
end