Class: Aws::Types::ArrayPropertiesDetail

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)


20
21
22
# File 'sig/types.rbs', line 20

def index
  @index
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


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.

Returns:

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


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.

Returns:

  • (::Integer)


18
19
20
# File 'sig/types.rbs', line 18

def status_summary_last_updated_at
  @status_summary_last_updated_at
end