Class: Aws::Types::ArrayPropertiesDetail
- Inherits:
-
Object
- Object
- Aws::Types::ArrayPropertiesDetail
- 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.
20 21 22 |
# File 'sig/types.rbs', line 20 def index @index end |
#size ⇒ ::Integer
Returns the value of attribute size.
19 20 21 |
# File 'sig/types.rbs', line 19 def size @size end |
#status_summary ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute status_summary.
17 18 19 |
# File 'sig/types.rbs', line 17 def status_summary @status_summary end |
#status_summary_last_updated_at ⇒ ::Integer
Returns the value of attribute status_summary_last_updated_at.
18 19 20 |
# File 'sig/types.rbs', line 18 def status_summary_last_updated_at @status_summary_last_updated_at end |