Class: Aws::Types::DisassociateSecurityProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSecurityProfilesRequest
- 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.
3023 3024 3025 |
# File 'sig/types.rbs', line 3023 def entity_arn @entity_arn end |
#entity_type ⇒ "USER", "AI_AGENT"
Returns the value of attribute entity_type.
3022 3023 3024 |
# File 'sig/types.rbs', line 3022 def entity_type @entity_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3020 3021 3022 |
# File 'sig/types.rbs', line 3020 def instance_id @instance_id end |
#security_profiles ⇒ ::Array[Types::SecurityProfileItem]
Returns the value of attribute security_profiles.
3021 3022 3023 |
# File 'sig/types.rbs', line 3021 def security_profiles @security_profiles end |