Class: Aws::TaxSettings::Types::GetTaxRegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::GetTaxRegistrationResponse
- Defined in:
- gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tax_registration]
Instance Attribute Summary collapse
-
#tax_registration ⇒ Types::TaxRegistration
TRN information of the account mentioned in the request.
Instance Attribute Details
#tax_registration ⇒ Types::TaxRegistration
TRN information of the account mentioned in the request.
1016 1017 1018 1019 1020 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1016 class GetTaxRegistrationResponse < Struct.new( :tax_registration) SENSITIVE = [:tax_registration] include Aws::Structure end |