Class: Aws::Types::CreateSdiSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mode"QUADRANT", "INTERLEAVE"

Returns the value of attribute mode.

Returns:

  • ("QUADRANT", "INTERLEAVE")


5653
5654
5655
# File 'sig/types.rbs', line 5653

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5654
5655
5656
# File 'sig/types.rbs', line 5654

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5655
5656
5657
# File 'sig/types.rbs', line 5655

def request_id
  @request_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


5656
5657
5658
# File 'sig/types.rbs', line 5656

def tags
  @tags
end

#type"SINGLE", "QUAD"

Returns the value of attribute type.

Returns:

  • ("SINGLE", "QUAD")


5657
5658
5659
# File 'sig/types.rbs', line 5657

def type
  @type
end