Class: Aws::Types::ListSecurityProfilesForTargetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3567
3568
3569
# File 'sig/types.rbs', line 3567

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3566
3567
3568
# File 'sig/types.rbs', line 3566

def next_token
  @next_token
end

#recursiveBoolean

Returns the value of attribute recursive.

Returns:

  • (Boolean)


3568
3569
3570
# File 'sig/types.rbs', line 3568

def recursive
  @recursive
end

#security_profile_target_arn::String

Returns the value of attribute security_profile_target_arn.

Returns:

  • (::String)


3569
3570
3571
# File 'sig/types.rbs', line 3569

def security_profile_target_arn
  @security_profile_target_arn
end