Class: Aws::Types::AssociateSecurityProfilesRequest

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)


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.

Returns:

  • ("USER", "AI_AGENT")


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.

Returns:

  • (::String)


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.

Returns:



397
398
399
# File 'sig/types.rbs', line 397

def security_profiles
  @security_profiles
end