Class: Aws::Types::Statistics
- Inherits:
-
Object
- Object
- Aws::Types::Statistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#auto_compute ⇒ Boolean
Returns the value of attribute auto_compute.
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#note ⇒ ::String
Returns the value of attribute note.
-
#signature_info ⇒ Types::StatisticsSummary
Returns the value of attribute signature_info.
-
#statistics_id ⇒ ::String
Returns the value of attribute statistics_id.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
951 952 953 |
# File 'sig/types.rbs', line 951 def active @active end |
#auto_compute ⇒ Boolean
Returns the value of attribute auto_compute.
950 951 952 |
# File 'sig/types.rbs', line 950 def auto_compute @auto_compute end |
#date ⇒ ::Time
Returns the value of attribute date.
953 954 955 |
# File 'sig/types.rbs', line 953 def date @date end |
#note ⇒ ::String
Returns the value of attribute note.
954 955 956 |
# File 'sig/types.rbs', line 954 def note @note end |
#signature_info ⇒ Types::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.
952 953 954 |
# File 'sig/types.rbs', line 952 def statistics_id @statistics_id end |