Class: Aws::Types::GetCredentialReportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def content
  @content
end

#generated_time::Time

Returns the value of attribute generated_time.

Returns:

  • (::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.

Returns:

  • ("text/csv")


716
717
718
# File 'sig/types.rbs', line 716

def report_format
  @report_format
end