Class: Aws::Types::BillingRecord
- Inherits:
-
Object
- Object
- Aws::Types::BillingRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bill_date ⇒ ::Time
Returns the value of attribute bill_date.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#invoice_id ⇒ ::String
Returns the value of attribute invoice_id.
-
#operation ⇒ "REGISTER_DOMAIN", ...
Returns the value of attribute operation.
-
#price ⇒ ::Float
Returns the value of attribute price.
Instance Attribute Details
#bill_date ⇒ ::Time
Returns the value of attribute bill_date.
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.
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.
36 37 38 |
# File 'sig/types.rbs', line 36 def invoice_id @invoice_id end |
#operation ⇒ "REGISTER_DOMAIN", ...
Returns the value of attribute operation.
35 36 37 |
# File 'sig/types.rbs', line 35 def operation @operation end |
#price ⇒ ::Float
Returns the value of attribute price.
38 39 40 |
# File 'sig/types.rbs', line 38 def price @price end |