Class: Aws::Types::SavingsPlansCoverage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

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


1322
1323
1324
# File 'sig/types.rbs', line 1322

def attributes
  @attributes
end

#coverageTypes::SavingsPlansCoverageData

Returns the value of attribute coverage.



1323
1324
1325
# File 'sig/types.rbs', line 1323

def coverage
  @coverage
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



1324
1325
1326
# File 'sig/types.rbs', line 1324

def time_period
  @time_period
end