Class: Aws::Types::ReportExportConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_config_type"S3", "NO_EXPORT"

Returns the value of attribute export_config_type.

Returns:

  • ("S3", "NO_EXPORT")


1057
1058
1059
# File 'sig/types.rbs', line 1057

def export_config_type
  @export_config_type
end

#s3_destinationTypes::S3ReportExportConfig

Returns the value of attribute s3_destination.



1058
1059
1060
# File 'sig/types.rbs', line 1058

def s3_destination
  @s3_destination
end