Class: Aws::Types::StartReadSetImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartReadSetImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
-
#sources ⇒ ::Array[Types::StartReadSetImportJobSourceItem]
Returns the value of attribute sources.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def client_token @client_token end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def role_arn @role_arn end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def sequence_store_id @sequence_store_id end |
#sources ⇒ ::Array[Types::StartReadSetImportJobSourceItem]
Returns the value of attribute sources.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def sources @sources end |