Class: Aws::Types::ResourceCountsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#behind_major ⇒ ::Integer

Returns the value of attribute behind_major.

Returns:

  • (::Integer)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def behind_major
  @behind_major
end

#behind_minor ⇒ ::Integer

Returns the value of attribute behind_minor.

Returns:

  • (::Integer)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def behind_minor
  @behind_minor
end

#failed ⇒ ::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def failed
  @failed
end

#total ⇒ ::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def total
  @total
end

#up_to_date ⇒ ::Integer

Returns the value of attribute up_to_date.

Returns:

  • (::Integer)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def up_to_date
  @up_to_date
end