Class: Aws::Types::ImportJobResource
- Inherits:
-
Object
- Object
- Aws::Types::ImportJobResource
- 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.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def define_segment @define_segment end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def external_id @external_id end |
#format ⇒ "CSV", "JSON"
Returns the value of attribute format.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def format @format end |
#register_endpoints ⇒ Boolean
Returns the value of attribute register_endpoints.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def register_endpoints @register_endpoints end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def role_arn @role_arn end |
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def s3_url @s3_url end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def segment_id @segment_id end |
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def segment_name @segment_name end |