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.
399 400 401 |
# File 'sig/types.rbs', line 399 def entity_arn @entity_arn end |
#entity_type ⇒ "USER", "AI_AGENT"
Returns the value of attribute entity_type.
398 399 400 |
# File 'sig/types.rbs', line 398 def entity_type @entity_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
396 397 398 |
# File 'sig/types.rbs', line 396 def instance_id @instance_id end |
#security_profiles ⇒ ::Array[Types::SecurityProfileItem]
Returns the value of attribute security_profiles.
397 398 399 |
# File 'sig/types.rbs', line 397 def security_profiles @security_profiles end |