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)


735
736
737
# File 'sig/types.rbs', line 735

def content
  @content
end

#generated_time::Time

Returns the value of attribute generated_time.

Returns:

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

Returns:

  • ("text/csv")


736
737
738
# File 'sig/types.rbs', line 736

def report_format
  @report_format
end