Class: Aws::Types::StartReferenceImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartReferenceImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sources ⇒ ::Array[Types::StartReferenceImportJobSourceItem]
Returns the value of attribute sources.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def client_token @client_token end |
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def reference_store_id @reference_store_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def role_arn @role_arn end |
#sources ⇒ ::Array[Types::StartReferenceImportJobSourceItem]
Returns the value of attribute sources.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def sources @sources end |