Class: Aws::Types::SegmentImportResource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_counts::Hash[::String, ::Integer]

Returns the value of attribute channel_counts.

Returns:

  • (::Hash[::String, ::Integer])


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.

Returns:

  • (::String)


2680
2681
2682
# File 'sig/types.rbs', line 2680

def external_id
  @external_id
end

#format"CSV", "JSON"

Returns the value of attribute format.

Returns:

  • ("CSV", "JSON")


2681
2682
2683
# File 'sig/types.rbs', line 2681

def format
  @format
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2683
2684
2685
# File 'sig/types.rbs', line 2683

def s3_url
  @s3_url
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


2684
2685
2686
# File 'sig/types.rbs', line 2684

def size
  @size
end