Class: Aws::IoT::Types::DeleteSecurityProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expected_versionInteger

The expected version of the security profile. A new version is generated whenever the security profile is updated. If you specify a value that is different from the actual version, a VersionConflictException is thrown.

Returns:

  • (Integer)


4716
4717
4718
4719
4720
4721
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4716

class DeleteSecurityProfileRequest < Struct.new(
  :security_profile_name,
  :expected_version)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_nameString

The name of the security profile to be deleted.

Returns:

  • (String)


4716
4717
4718
4719
4720
4721
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4716

class DeleteSecurityProfileRequest < Struct.new(
  :security_profile_name,
  :expected_version)
  SENSITIVE = []
  include Aws::Structure
end