Class: Aws::Types::SecurityProfileTargetMapping
- Inherits:
-
Object
- Object
- Aws::Types::SecurityProfileTargetMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_profile_identifier ⇒ Types::SecurityProfileIdentifier
Returns the value of attribute security_profile_identifier.
-
#target ⇒ Types::SecurityProfileTarget
Returns the value of attribute target.
Instance Attribute Details
#security_profile_identifier ⇒ Types::SecurityProfileIdentifier
Returns the value of attribute security_profile_identifier.
4441 4442 4443 |
# File 'sig/types.rbs', line 4441 def security_profile_identifier @security_profile_identifier end |
#target ⇒ Types::SecurityProfileTarget
Returns the value of attribute target.
4442 4443 4444 |
# File 'sig/types.rbs', line 4442 def target @target end |