Class: Aws::Types::GetCredentialReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCredentialReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#generated_time ⇒ ::Time
Returns the value of attribute generated_time.
-
#report_format ⇒ "text/csv"
Returns the value of attribute report_format.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
735 736 737 |
# File 'sig/types.rbs', line 735 def content @content end |
#generated_time ⇒ ::Time
Returns the value of attribute generated_time.
737 738 739 |
# File 'sig/types.rbs', line 737 def generated_time @generated_time end |
#report_format ⇒ "text/csv"
Returns the value of attribute report_format.
736 737 738 |
# File 'sig/types.rbs', line 736 def report_format @report_format end |