Class: Aws::Types::StartReadSetActivationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartReadSetActivationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
-
#sources ⇒ ::Array[Types::StartReadSetActivationJobSourceItem]
Returns the value of attribute sources.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def client_token @client_token end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def sequence_store_id @sequence_store_id end |
#sources ⇒ ::Array[Types::StartReadSetActivationJobSourceItem]
Returns the value of attribute sources.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def sources @sources end |