Class: Aws::Types::StartReadSetExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartReadSetExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#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::ExportReadSet]
Returns the value of attribute sources.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def client_token @client_token end |
#destination ⇒ ::String
Returns the value of attribute destination.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def destination @destination end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def role_arn @role_arn end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def sequence_store_id @sequence_store_id end |
#sources ⇒ ::Array[Types::ExportReadSet]
Returns the value of attribute sources.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def sources @sources end |