Class: Aws::Snowball::Types::INDTaxDocuments
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::INDTaxDocuments
- Defined in:
- gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb
Overview
Note:
When making an API call, you may pass INDTaxDocuments data as a hash:
{
gstin: "GSTIN",
}
The tax documents required in AWS Regions in India.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gstin ⇒ String
The Goods and Services Tax (GST) documents required in AWS Regions in India.
Instance Attribute Details
#gstin ⇒ String
The Goods and Services Tax (GST) documents required in AWS Regions in India.
1317 1318 1319 1320 1321 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1317 class INDTaxDocuments < Struct.new( :gstin) SENSITIVE = [] include Aws::Structure end |