Class: Aws::Types::ServerDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#antipattern_report_s3_objectTypes::S3Object

Returns the value of attribute antipattern_report_s3_object.

Returns:



576
577
578
# File 'sig/types.rbs', line 576

def antipattern_report_s3_object
  @antipattern_report_s3_object
end

#antipattern_report_status"FAILED", ...

Returns the value of attribute antipattern_report_status.

Returns:

  • ("FAILED", "IN_PROGRESS", "SUCCESS")


577
578
579
# File 'sig/types.rbs', line 577

def antipattern_report_status
  @antipattern_report_status
end

#antipattern_report_status_message::String

Returns the value of attribute antipattern_report_status_message.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def antipattern_report_status_message
  @antipattern_report_status_message
end

#application_component_strategy_summary::Array[Types::StrategySummary]

Returns the value of attribute application_component_strategy_summary.

Returns:



579
580
581
# File 'sig/types.rbs', line 579

def application_component_strategy_summary
  @application_component_strategy_summary
end

#data_collection_status"dataCollectionTaskToBeScheduled", ...

Returns the value of attribute data_collection_status.

Returns:

  • ("dataCollectionTaskToBeScheduled", "dataCollectionTaskScheduled", "dataCollectionTaskStarted", "dataCollectionTaskStopped", "dataCollectionTaskSuccess", "dataCollectionTaskFailed", "dataCollectionTaskPartialSuccess")


580
581
582
# File 'sig/types.rbs', line 580

def data_collection_status
  @data_collection_status
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def id
  @id
end

#last_analyzed_timestamp::Time

Returns the value of attribute last_analyzed_timestamp.

Returns:

  • (::Time)


582
583
584
# File 'sig/types.rbs', line 582

def last_analyzed_timestamp
  @last_analyzed_timestamp
end

#list_antipattern_severity_summary::Array[Types::AntipatternSeveritySummary]

Returns the value of attribute list_antipattern_severity_summary.

Returns:



583
584
585
# File 'sig/types.rbs', line 583

def list_antipattern_severity_summary
  @list_antipattern_severity_summary
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def name
  @name
end

#recommendation_setTypes::RecommendationSet

Returns the value of attribute recommendation_set.



585
586
587
# File 'sig/types.rbs', line 585

def recommendation_set
  @recommendation_set
end

#server_errorTypes::ServerError

Returns the value of attribute server_error.

Returns:



586
587
588
# File 'sig/types.rbs', line 586

def server_error
  @server_error
end

#server_type::String

Returns the value of attribute server_type.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def server_type
  @server_type
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def status_message
  @status_message
end

#system_infoTypes::SystemInfo

Returns the value of attribute system_info.

Returns:



589
590
591
# File 'sig/types.rbs', line 589

def system_info
  @system_info
end