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:

  • (::String)


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.

Returns:

  • ("USER", "AI_AGENT")


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.

Returns:

  • (::String)


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.

Returns:



3021
3022
3023
# File 'sig/types.rbs', line 3021

def security_profiles
  @security_profiles
end