Class: Aws::Types::CreatePerformanceAnalysisReportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


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

def end_time
  @end_time
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


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

def identifier
  @identifier
end

#service_type"RDS", "DOCDB"

Returns the value of attribute service_type.

Returns:

  • ("RDS", "DOCDB")


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

def service_type
  @service_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


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

def start_time
  @start_time
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end