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.
715 716 717 |
# File 'sig/types.rbs', line 715 def content @content end |
#generated_time ⇒ ::Time
Returns the value of attribute generated_time.
717 718 719 |
# File 'sig/types.rbs', line 717 def generated_time @generated_time end |
#report_format ⇒ "text/csv"
Returns the value of attribute report_format.
716 717 718 |
# File 'sig/types.rbs', line 716 def report_format @report_format end |