Class: Aws::Types::CreateSecurityProfileResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityProfileResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_profile_arn ⇒ ::String
Returns the value of attribute security_profile_arn.
-
#security_profile_id ⇒ ::String
Returns the value of attribute security_profile_id.
Instance Attribute Details
#security_profile_arn ⇒ ::String
Returns the value of attribute security_profile_arn.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def security_profile_arn @security_profile_arn end |
#security_profile_id ⇒ ::String
Returns the value of attribute security_profile_id.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def security_profile_id @security_profile_id end |