Class: Aws::Types::DisassociateSecurityProfilesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#entity_arn::String

Returns the value of attribute entity_arn.

Returns:



3143
3144
3145
# File 'sig/types.rbs', line 3143

def entity_arn
  @entity_arn
end

#entity_type"USER", "AI_AGENT"

Returns the value of attribute entity_type.

Returns:



3142
3143
3144
# File 'sig/types.rbs', line 3142

def entity_type
  @entity_type
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



3140
3141
3142
# File 'sig/types.rbs', line 3140

def instance_id
  @instance_id
end

#security_profiles::Array[Types::SecurityProfileItem]

Returns the value of attribute security_profiles.

Returns:



3141
3142
3143
# File 'sig/types.rbs', line 3141

def security_profiles
  @security_profiles
end