Class: Aws::Types::CreateAddressListImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAddressListImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_list_id ⇒ ::String
Returns the value of attribute address_list_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#import_data_format ⇒ Types::ImportDataFormat
Returns the value of attribute import_data_format.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#address_list_id ⇒ ::String
Returns the value of attribute address_list_id.
181 182 183 |
# File 'sig/types.rbs', line 181 def address_list_id @address_list_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
180 181 182 |
# File 'sig/types.rbs', line 180 def client_token @client_token end |
#import_data_format ⇒ Types::ImportDataFormat
Returns the value of attribute import_data_format.
183 184 185 |
# File 'sig/types.rbs', line 183 def import_data_format @import_data_format end |
#name ⇒ ::String
Returns the value of attribute name.
182 183 184 |
# File 'sig/types.rbs', line 182 def name @name end |