Class: Aws::Types::PutReportDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_s3_location ⇒ Types::S3Location

Returns the value of attribute destination_s3_location.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def destination_s3_location
  @destination_s3_location
end

#format ⇒ "CSV", "PARQUET"

Returns the value of attribute format.

Returns:

  • ("CSV", "PARQUET")


73
74
75
# File 'sig/types.rbs', line 73

def format
  @format
end

#report_description ⇒ ::String

Returns the value of attribute report_description.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def report_description
  @report_description
end

#report_frequency ⇒ "MONTHLY", ...

Returns the value of attribute report_frequency.

Returns:

  • ("MONTHLY", "DAILY", "ALL")


72
73
74
# File 'sig/types.rbs', line 72

def report_frequency
  @report_frequency
end

#report_id ⇒ ::String

Returns the value of attribute report_id.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def report_id
  @report_id
end