Class: Aws::Types::ImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#define_segment ⇒ Boolean
Returns the value of attribute define_segment.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#format ⇒ "CSV", "JSON"
Returns the value of attribute format.
-
#register_endpoints ⇒ Boolean
Returns the value of attribute register_endpoints.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
-
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
Instance Attribute Details
#define_segment ⇒ Boolean
Returns the value of attribute define_segment.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def define_segment @define_segment end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def external_id @external_id end |
#format ⇒ "CSV", "JSON"
Returns the value of attribute format.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def format @format end |
#register_endpoints ⇒ Boolean
Returns the value of attribute register_endpoints.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def register_endpoints @register_endpoints end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def role_arn @role_arn end |
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def s3_url @s3_url end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def segment_id @segment_id end |
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def segment_name @segment_name end |