Class: Aws::Types::UsageRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1984
1985
1986
# File 'sig/types.rbs', line 1984

def 
  @account_id
end

#automated_discovery_free_trial_start_date::Time

Returns the value of attribute automated_discovery_free_trial_start_date.

Returns:

  • (::Time)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def automated_discovery_free_trial_start_date
  @automated_discovery_free_trial_start_date
end

#free_trial_start_date::Time

Returns the value of attribute free_trial_start_date.

Returns:

  • (::Time)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def free_trial_start_date
  @free_trial_start_date
end

#usage::Array[Types::UsageByAccount]

Returns the value of attribute usage.

Returns:



1987
1988
1989
# File 'sig/types.rbs', line 1987

def usage
  @usage
end