Class: Aws::Types::GetAwsNetworkPerformanceDataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_queries::Array[Types::DataQuery]

Returns the value of attribute data_queries.

Returns:



9899
9900
9901
# File 'sig/types.rbs', line 9899

def data_queries
  @data_queries
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


9904
9905
9906
# File 'sig/types.rbs', line 9904

def dry_run
  @dry_run
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


9901
9902
9903
# File 'sig/types.rbs', line 9901

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


9902
9903
9904
# File 'sig/types.rbs', line 9902

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9903
9904
9905
# File 'sig/types.rbs', line 9903

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


9900
9901
9902
# File 'sig/types.rbs', line 9900

def start_time
  @start_time
end