Class: Aws::Types::ArrayPropertiesSummary
- Inherits:
-
Object
- Object
- Aws::Types::ArrayPropertiesSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#status_summary ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute status_summary.
-
#status_summary_last_updated_at ⇒ ::Integer
Returns the value of attribute status_summary_last_updated_at.
Instance Attribute Details
#index ⇒ ::Integer
Returns the value of attribute index.
26 27 28 |
# File 'sig/types.rbs', line 26 def index @index end |
#size ⇒ ::Integer
Returns the value of attribute size.
25 26 27 |
# File 'sig/types.rbs', line 25 def size @size end |
#status_summary ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute status_summary.
27 28 29 |
# File 'sig/types.rbs', line 27 def status_summary @status_summary end |
#status_summary_last_updated_at ⇒ ::Integer
Returns the value of attribute status_summary_last_updated_at.
28 29 30 |
# File 'sig/types.rbs', line 28 def status_summary_last_updated_at @status_summary_last_updated_at end |