Class: Aws::Types::AnalysisReport

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:



12
13
14
# File 'sig/types.rbs', line 12

def analysis_report_id
  @analysis_report_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:



15
16
17
# File 'sig/types.rbs', line 15

def create_time
  @create_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



17
18
19
# File 'sig/types.rbs', line 17

def end_time
  @end_time
end

#identifier::String

Returns the value of attribute identifier.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def identifier
  @identifier
end

#insights::Array[Types::Insight]

Returns the value of attribute insights.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def insights
  @insights
end

#service_type"RDS", "DOCDB"

Returns the value of attribute service_type.

Returns:



14
15
16
# File 'sig/types.rbs', line 14

def service_type
  @service_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



16
17
18
# File 'sig/types.rbs', line 16

def start_time
  @start_time
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def status
  @status
end