Class: Aws::TaxSettings::Types::GetTaxRegistrationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tax_registration]

Instance Attribute Summary collapse

Instance Attribute Details

#tax_registrationTypes::TaxRegistration

TRN information of the account mentioned in the request.



677
678
679
680
681
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 677

class GetTaxRegistrationResponse < Struct.new(
  :tax_registration)
  SENSITIVE = [:tax_registration]
  include Aws::Structure
end