Class: Aws::Types::DeletePerformanceAnalysisReportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_report_id::String

Returns the value of attribute analysis_report_id.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def analysis_report_id
  @analysis_report_id
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def identifier
  @identifier
end

#service_type"RDS", "DOCDB"

Returns the value of attribute service_type.

Returns:

  • ("RDS", "DOCDB")


59
60
61
# File 'sig/types.rbs', line 59

def service_type
  @service_type
end