Class: Aws::Types::SegmentImportResource
- Inherits:
-
Object
- Object
- Aws::Types::SegmentImportResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_counts ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute channel_counts.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#format ⇒ "CSV", "JSON"
Returns the value of attribute format.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#channel_counts ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute channel_counts.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def channel_counts @channel_counts end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def external_id @external_id end |
#format ⇒ "CSV", "JSON"
Returns the value of attribute format.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def format @format end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def role_arn @role_arn end |
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def s3_url @s3_url end |
#size ⇒ ::Integer
Returns the value of attribute size.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def size @size end |