Class: Aws::Types::GetAppMonitorDataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::QueryFilter]

Returns the value of attribute filters.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


199
200
201
# File 'sig/types.rbs', line 199

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def next_token
  @next_token
end

#time_rangeTypes::TimeRange

Returns the value of attribute time_range.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def time_range
  @time_range
end