Class: Aws::Types::ServerlessFunctionAggregation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_account_ids::Array[Types::StringFilter]

Returns the value of attribute cloud_account_ids.

Returns:



2592
2593
2594
# File 'sig/types.rbs', line 2592

def 
  @cloud_account_ids
end

#cloud_org_ids::Array[Types::StringFilter]

Returns the value of attribute cloud_org_ids.

Returns:



2591
2592
2593
# File 'sig/types.rbs', line 2591

def cloud_org_ids
  @cloud_org_ids
end

#cloud_partitions::Array[Types::StringFilter]

Returns the value of attribute cloud_partitions.

Returns:



2589
2590
2591
# File 'sig/types.rbs', line 2589

def cloud_partitions
  @cloud_partitions
end

#cloud_providers::Array[Types::StringFilter]

Returns the value of attribute cloud_providers.

Returns:



2588
2589
2590
# File 'sig/types.rbs', line 2588

def cloud_providers
  @cloud_providers
end

#cloud_regions::Array[Types::StringFilter]

Returns the value of attribute cloud_regions.

Returns:



2590
2591
2592
# File 'sig/types.rbs', line 2590

def cloud_regions
  @cloud_regions
end

#function_names::Array[Types::StringFilter]

Returns the value of attribute function_names.

Returns:



2585
2586
2587
# File 'sig/types.rbs', line 2585

def function_names
  @function_names
end

#function_tags::Array[Types::MapFilter]

Returns the value of attribute function_tags.

Returns:



2587
2588
2589
# File 'sig/types.rbs', line 2587

def function_tags
  @function_tags
end

#resource_ids::Array[Types::StringFilter]

Returns the value of attribute resource_ids.

Returns:



2584
2585
2586
# File 'sig/types.rbs', line 2584

def resource_ids
  @resource_ids
end

#runtimes::Array[Types::StringFilter]

Returns the value of attribute runtimes.

Returns:



2586
2587
2588
# File 'sig/types.rbs', line 2586

def runtimes
  @runtimes
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

  • ("CRITICAL", "HIGH", "ALL")


2594
2595
2596
# File 'sig/types.rbs', line 2594

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


2593
2594
2595
# File 'sig/types.rbs', line 2593

def sort_order
  @sort_order
end