Class: Aws::Types::GetReportDefinitionResult

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)


37
38
39
# File 'sig/types.rbs', line 37

def created_at
  @created_at
end

#destination_s3_location ⇒ Types::S3Location

Returns the value of attribute destination_s3_location.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def destination_s3_location
  @destination_s3_location
end

#format ⇒ "CSV", "PARQUET"

Returns the value of attribute format.

Returns:

  • ("CSV", "PARQUET")


35
36
37
# File 'sig/types.rbs', line 35

def format
  @format
end

#last_updated ⇒ ::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


38
39
40
# File 'sig/types.rbs', line 38

def last_updated
  @last_updated
end

#report_description ⇒ ::String

Returns the value of attribute report_description.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def report_description
  @report_description
end

#report_frequency ⇒ "MONTHLY", ...

Returns the value of attribute report_frequency.

Returns:

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


34
35
36
# File 'sig/types.rbs', line 34

def report_frequency
  @report_frequency
end

#report_id ⇒ ::String

Returns the value of attribute report_id.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def report_id
  @report_id
end