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.
411 412 413 |
# File 'sig/types.rbs', line 411 def entity_arn @entity_arn end |
#entity_type ⇒ "USER", "AI_AGENT"
Returns the value of attribute entity_type.
410 411 412 |
# File 'sig/types.rbs', line 410 def entity_type @entity_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
408 409 410 |
# File 'sig/types.rbs', line 408 def instance_id @instance_id end |
#security_profiles ⇒ ::Array[Types::SecurityProfileItem]
Returns the value of attribute security_profiles.
409 410 411 |
# File 'sig/types.rbs', line 409 def security_profiles @security_profiles end |