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")


5643
5644
5645
# File 'sig/types.rbs', line 5643

def mode
  @mode
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5644
5645
5646
# File 'sig/types.rbs', line 5644

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5645
5646
5647
# File 'sig/types.rbs', line 5645

def request_id
  @request_id
end

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

Returns the value of attribute tags.

Returns:

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


5646
5647
5648
# File 'sig/types.rbs', line 5646

def tags
  @tags
end

#type"SINGLE", "QUAD"

Returns the value of attribute type.

Returns:

  • ("SINGLE", "QUAD")


5647
5648
5649
# File 'sig/types.rbs', line 5647

def type
  @type
end