Class: Aws::Types::UsageDataSourceResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source"FLOW_LOGS", ...

Returns the value of attribute data_source.

Returns:

  • ("FLOW_LOGS", "CLOUD_TRAIL", "DNS_LOGS", "S3_LOGS", "KUBERNETES_AUDIT_LOGS", "EC2_MALWARE_SCAN")


3315
3316
3317
# File 'sig/types.rbs', line 3315

def data_source
  @data_source
end

#totalTypes::Total

Returns the value of attribute total.

Returns:



3316
3317
3318
# File 'sig/types.rbs', line 3316

def total
  @total
end