Class: Aws::Types::DeleteSecurityProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSecurityProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
-
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
Instance Attribute Details
#expected_version ⇒ ::Integer
Returns the value of attribute expected_version.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def expected_version @expected_version end |
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def security_profile_name @security_profile_name end |