Class: Aws::Types::GetBehaviorModelTrainingSummariesRequest

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)


2291
2292
2293
# File 'sig/types.rbs', line 2291

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2292
2293
2294
# File 'sig/types.rbs', line 2292

def next_token
  @next_token
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


2290
2291
2292
# File 'sig/types.rbs', line 2290

def security_profile_name
  @security_profile_name
end