Class: Aws::Types::Statistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Returns the value of attribute active.

Returns:

  • (Boolean)


951
952
953
# File 'sig/types.rbs', line 951

def active
  @active
end

#auto_computeBoolean

Returns the value of attribute auto_compute.

Returns:

  • (Boolean)


950
951
952
# File 'sig/types.rbs', line 950

def auto_compute
  @auto_compute
end

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


953
954
955
# File 'sig/types.rbs', line 953

def date
  @date
end

#note::String

Returns the value of attribute note.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def note
  @note
end

#signature_infoTypes::StatisticsSummary

Returns the value of attribute signature_info.



955
956
957
# File 'sig/types.rbs', line 955

def signature_info
  @signature_info
end

#statistics_id::String

Returns the value of attribute statistics_id.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def statistics_id
  @statistics_id
end