Class: Aws::Types::ReportDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


89
90
91
# File 'sig/types.rbs', line 89

def created_at
  @created_at
end

#destination_s3_location ⇒ Types::S3Location

Returns the value of attribute destination_s3_location.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def destination_s3_location
  @destination_s3_location
end

#format ⇒ "CSV", "PARQUET"

Returns the value of attribute format.

Returns:

  • ("CSV", "PARQUET")


87
88
89
# File 'sig/types.rbs', line 87

def format
  @format
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


90
91
92
# File 'sig/types.rbs', line 90

def last_updated_at
  @last_updated_at
end

#report_description ⇒ ::String

Returns the value of attribute report_description.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def report_description
  @report_description
end

#report_frequency ⇒ "MONTHLY", ...

Returns the value of attribute report_frequency.

Returns:

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


86
87
88
# File 'sig/types.rbs', line 86

def report_frequency
  @report_frequency
end

#report_id ⇒ ::String

Returns the value of attribute report_id.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def report_id
  @report_id
end