Module: Aws::Invoicing::Client::_GetInvoiceUnitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInvoiceUnitResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #invoice_receiver ⇒ ::String
- #invoice_unit_arn ⇒ ::String
- #last_modified ⇒ ::Time
- #name ⇒ ::String
- #rule ⇒ Types::InvoiceUnitRule
- #tax_inheritance_disabled ⇒ Boolean
Instance Method Details
#description ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def description: () -> ::String
|
#invoice_receiver ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def invoice_receiver: () -> ::String
|
#invoice_unit_arn ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def invoice_unit_arn: () -> ::String
|
#last_modified ⇒ ::Time
193 |
# File 'sig/client.rbs', line 193
def last_modified: () -> ::Time
|
#name ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def name: () -> ::String
|
#rule ⇒ Types::InvoiceUnitRule
192 |
# File 'sig/client.rbs', line 192
def rule: () -> Types::InvoiceUnitRule
|
#tax_inheritance_disabled ⇒ Boolean
191 |
# File 'sig/client.rbs', line 191
def tax_inheritance_disabled: () -> bool
|