Class: Aws::Types::ExportJobResource
- Inherits:
-
Object
- Object
- Aws::Types::ExportJobResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_url_prefix ⇒ ::String
Returns the value of attribute s3_url_prefix.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
-
#segment_version ⇒ ::Integer
Returns the value of attribute segment_version.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def role_arn @role_arn end |
#s3_url_prefix ⇒ ::String
Returns the value of attribute s3_url_prefix.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def s3_url_prefix @s3_url_prefix end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def segment_id @segment_id end |
#segment_version ⇒ ::Integer
Returns the value of attribute segment_version.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def segment_version @segment_version end |