Class: Aws::Types::UpdateReportDefinitionRequest

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:



122
123
124
# File 'sig/types.rbs', line 122

def destination_s3_location
  @destination_s3_location
end

#format ⇒ "CSV", "PARQUET"

Returns the value of attribute format.

Returns:

  • ("CSV", "PARQUET")


121
122
123
# File 'sig/types.rbs', line 121

def format
  @format
end

#report_description ⇒ ::String

Returns the value of attribute report_description.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def report_description
  @report_description
end

#report_frequency ⇒ "MONTHLY", ...

Returns the value of attribute report_frequency.

Returns:

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


120
121
122
# File 'sig/types.rbs', line 120

def report_frequency
  @report_frequency
end

#report_id ⇒ ::String

Returns the value of attribute report_id.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def report_id
  @report_id
end