Class: Aws::Types::ListSecurityProfilesResponse

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)


3589
3590
3591
# File 'sig/types.rbs', line 3589

def next_token
  @next_token
end

#security_profile_identifiers::Array[Types::SecurityProfileIdentifier]

Returns the value of attribute security_profile_identifiers.

Returns:



3588
3589
3590
# File 'sig/types.rbs', line 3588

def security_profile_identifiers
  @security_profile_identifiers
end