Class: Aws::Types::GetCisScanReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCisScanReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def status @status end |
#url ⇒ ::String
Returns the value of attribute url.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def url @url end |