Class: Aws::Types::DBRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_info::String

Returns the value of attribute additional_info.

Returns:

  • (::String)


1546
1547
1548
# File 'sig/types.rbs', line 1546

def additional_info
  @additional_info
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def category
  @category
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def description
  @description
end

#detection::String

Returns the value of attribute detection.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def detection
  @detection
end

#impact::String

Returns the value of attribute impact.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def impact
  @impact
end

#issue_detailsTypes::IssueDetails

Returns the value of attribute issue_details.

Returns:



1548
1549
1550
# File 'sig/types.rbs', line 1548

def issue_details
  @issue_details
end

Returns the value of attribute links.

Returns:



1547
1548
1549
# File 'sig/types.rbs', line 1547

def links
  @links
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def reason
  @reason
end

#recommendation::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def recommendation
  @recommendation
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


1529
1530
1531
# File 'sig/types.rbs', line 1529

def recommendation_id
  @recommendation_id
end

Returns the value of attribute recommended_actions.

Returns:



1540
1541
1542
# File 'sig/types.rbs', line 1540

def recommended_actions
  @recommended_actions
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def resource_arn
  @resource_arn
end

#severity::String

Returns the value of attribute severity.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def severity
  @severity
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def source
  @source
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def status
  @status
end

#type_detection::String

Returns the value of attribute type_detection.

Returns:

  • (::String)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def type_detection
  @type_detection
end

#type_id::String

Returns the value of attribute type_id.

Returns:

  • (::String)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def type_id
  @type_id
end

#type_recommendation::String

Returns the value of attribute type_recommendation.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def type_recommendation
  @type_recommendation
end

#updated_time::Time

Returns the value of attribute updated_time.

Returns:

  • (::Time)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def updated_time
  @updated_time
end