Class: Aws::Types::RepositoryAggregationResponse

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)


2369
2370
2371
# File 'sig/types.rbs', line 2369

def 
  @account_id
end

#affected_images::Integer

Returns the value of attribute affected_images.

Returns:

  • (::Integer)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def affected_images
  @affected_images
end

#cloud_account_id::String

Returns the value of attribute cloud_account_id.

Returns:

  • (::String)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def 
  @cloud_account_id
end

#cloud_org_id::String

Returns the value of attribute cloud_org_id.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def cloud_org_id
  @cloud_org_id
end

#cloud_partition::String

Returns the value of attribute cloud_partition.

Returns:

  • (::String)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def cloud_partition
  @cloud_partition
end

#cloud_provider"AWS", "AZURE"

Returns the value of attribute cloud_provider.

Returns:

  • ("AWS", "AZURE")


2370
2371
2372
# File 'sig/types.rbs', line 2370

def cloud_provider
  @cloud_provider
end

#cloud_region::String

Returns the value of attribute cloud_region.

Returns:

  • (::String)


2372
2373
2374
# File 'sig/types.rbs', line 2372

def cloud_region
  @cloud_region
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


2368
2369
2370
# File 'sig/types.rbs', line 2368

def repository
  @repository
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



2375
2376
2377
# File 'sig/types.rbs', line 2375

def severity_counts
  @severity_counts
end