Class: Aws::Types::ListDependenciesRequest

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)


627
628
629
# File 'sig/types.rbs', line 627

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def next_token
  @next_token
end

#query_range_end_time::Time

Returns the value of attribute query_range_end_time.

Returns:

  • (::Time)


625
626
627
# File 'sig/types.rbs', line 625

def query_range_end_time
  @query_range_end_time
end

#query_range_granularity"HOURLY", "DAILY"

Returns the value of attribute query_range_granularity.

Returns:

  • ("HOURLY", "DAILY")


626
627
628
# File 'sig/types.rbs', line 626

def query_range_granularity
  @query_range_granularity
end

#query_range_start_time::Time

Returns the value of attribute query_range_start_time.

Returns:

  • (::Time)


624
625
626
# File 'sig/types.rbs', line 624

def query_range_start_time
  @query_range_start_time
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def service_arn
  @service_arn
end