Class: Aws::Types::ServerlessFunctionAggregationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2608
2609
2610
# File 'sig/types.rbs', line 2608

def 
  @account_id
end

#cloud_account_id::String

Returns the value of attribute cloud_account_id.

Returns:

  • (::String)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def 
  @cloud_account_id
end

#cloud_org_id::String

Returns the value of attribute cloud_org_id.

Returns:

  • (::String)


2604
2605
2606
# File 'sig/types.rbs', line 2604

def cloud_org_id
  @cloud_org_id
end

#cloud_partition::String

Returns the value of attribute cloud_partition.

Returns:

  • (::String)


2602
2603
2604
# File 'sig/types.rbs', line 2602

def cloud_partition
  @cloud_partition
end

#cloud_provider"AWS", "AZURE"

Returns the value of attribute cloud_provider.

Returns:

  • ("AWS", "AZURE")


2600
2601
2602
# File 'sig/types.rbs', line 2600

def cloud_provider
  @cloud_provider
end

#cloud_region::String

Returns the value of attribute cloud_region.

Returns:

  • (::String)


2603
2604
2605
# File 'sig/types.rbs', line 2603

def cloud_region
  @cloud_region
end

#exploit_available_active_findings_count::Integer

Returns the value of attribute exploit_available_active_findings_count.

Returns:

  • (::Integer)


2611
2612
2613
# File 'sig/types.rbs', line 2611

def exploit_available_active_findings_count
  @exploit_available_active_findings_count
end

#fix_available_active_findings_count::Integer

Returns the value of attribute fix_available_active_findings_count.

Returns:

  • (::Integer)


2612
2613
2614
# File 'sig/types.rbs', line 2612

def fix_available_active_findings_count
  @fix_available_active_findings_count
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


2605
2606
2607
# File 'sig/types.rbs', line 2605

def function_name
  @function_name
end

#last_modified_at::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


2610
2611
2612
# File 'sig/types.rbs', line 2610

def last_modified_at
  @last_modified_at
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


2599
2600
2601
# File 'sig/types.rbs', line 2599

def resource_id
  @resource_id
end

#runtime::String

Returns the value of attribute runtime.

Returns:

  • (::String)


2606
2607
2608
# File 'sig/types.rbs', line 2606

def runtime
  @runtime
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



2609
2610
2611
# File 'sig/types.rbs', line 2609

def severity_counts
  @severity_counts
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2607
2608
2609
# File 'sig/types.rbs', line 2607

def tags
  @tags
end