Class: Aws::Types::DeleteSecurityProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSecurityProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#security_profile_id ⇒ ::String
Returns the value of attribute security_profile_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def instance_id @instance_id end |
#security_profile_id ⇒ ::String
Returns the value of attribute security_profile_id.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def security_profile_id @security_profile_id end |