Class: Aws::Types::ListTargetsForSecurityProfileResponse

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:



3640
3641
3642
# File 'sig/types.rbs', line 3640

def next_token
  @next_token
end

#security_profile_targets::Array[Types::SecurityProfileTarget]

Returns the value of attribute security_profile_targets.

Returns:



3639
3640
3641
# File 'sig/types.rbs', line 3639

def security_profile_targets
  @security_profile_targets
end