Class: Aws::Types::ListSecurityProfilesForTargetResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3575
3576
3577
# File 'sig/types.rbs', line 3575

def next_token
  @next_token
end

#security_profile_target_mappings::Array[Types::SecurityProfileTargetMapping]

Returns the value of attribute security_profile_target_mappings.



3574
3575
3576
# File 'sig/types.rbs', line 3574

def security_profile_target_mappings
  @security_profile_target_mappings
end