Class: Aws::Types::ArrayPropertiesSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


26
27
28
# File 'sig/types.rbs', line 26

def index
  @index
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


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.

Returns:

  • (::Hash[::String, ::Integer])


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.

Returns:

  • (::Integer)


28
29
30
# File 'sig/types.rbs', line 28

def status_summary_last_updated_at
  @status_summary_last_updated_at
end