Class: Aws::Types::ModifySamlPropertiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#properties_to_delete::Array[("SAML_PROPERTIES_USER_ACCESS_URL" | "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME")]

Returns the value of attribute properties_to_delete.

Returns:

  • (::Array[("SAML_PROPERTIES_USER_ACCESS_URL" | "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME")])


1158
1159
1160
# File 'sig/types.rbs', line 1158

def properties_to_delete
  @properties_to_delete
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def resource_id
  @resource_id
end

#saml_propertiesTypes::SamlProperties

Returns the value of attribute saml_properties.



1157
1158
1159
# File 'sig/types.rbs', line 1157

def saml_properties
  @saml_properties
end