Class: Aws::Types::BillingRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bill_date::Time

Returns the value of attribute bill_date.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def bill_date
  @bill_date
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:



34
35
36
# File 'sig/types.rbs', line 34

def domain_name
  @domain_name
end

#invoice_id::String

Returns the value of attribute invoice_id.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def invoice_id
  @invoice_id
end

#operation"REGISTER_DOMAIN", ...

Returns the value of attribute operation.

Returns:



35
36
37
# File 'sig/types.rbs', line 35

def operation
  @operation
end

#price::Float

Returns the value of attribute price.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def price
  @price
end