Class: Aws::Types::GetResourcesTrendsV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


6149
6150
6151
# File 'sig/types.rbs', line 6149

def end_time
  @end_time
end

#filtersTypes::ResourcesTrendsFilters

Returns the value of attribute filters.



6147
6148
6149
# File 'sig/types.rbs', line 6147

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6151
6152
6153
# File 'sig/types.rbs', line 6151

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6150
6151
6152
# File 'sig/types.rbs', line 6150

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


6148
6149
6150
# File 'sig/types.rbs', line 6148

def start_time
  @start_time
end