Class: Aws::Types::AssociateSecurityProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSecurityProfilesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_arn ⇒ ::String
Returns the value of attribute entity_arn.
-
#entity_type ⇒ "USER", "AI_AGENT"
Returns the value of attribute entity_type.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#security_profiles ⇒ ::Array[Types::SecurityProfileItem]
Returns the value of attribute security_profiles.
Instance Attribute Details
#entity_arn ⇒ ::String
Returns the value of attribute entity_arn.
404 405 406 |
# File 'sig/types.rbs', line 404 def entity_arn @entity_arn end |
#entity_type ⇒ "USER", "AI_AGENT"
Returns the value of attribute entity_type.
403 404 405 |
# File 'sig/types.rbs', line 403 def entity_type @entity_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
401 402 403 |
# File 'sig/types.rbs', line 401 def instance_id @instance_id end |
#security_profiles ⇒ ::Array[Types::SecurityProfileItem]
Returns the value of attribute security_profiles.
402 403 404 |
# File 'sig/types.rbs', line 402 def security_profiles @security_profiles end |