Class: Aws::Types::DetachSecurityProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachSecurityProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
-
#security_profile_target_arn ⇒ ::String
Returns the value of attribute security_profile_target_arn.
Instance Attribute Details
#security_profile_name ⇒ ::String
Returns the value of attribute security_profile_name.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def security_profile_name @security_profile_name end |
#security_profile_target_arn ⇒ ::String
Returns the value of attribute security_profile_target_arn.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def security_profile_target_arn @security_profile_target_arn end |