Class: Aws::Types::CreateDecoderManifestRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_for_unmapped_signals ⇒ "CUSTOM_DECODING"

Returns the value of attribute default_for_unmapped_signals.

Returns:

  • ("CUSTOM_DECODING")


199
200
201
# File 'sig/types.rbs', line 199

def default_for_unmapped_signals
  @default_for_unmapped_signals
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def description
  @description
end

#model_manifest_arn ⇒ ::String

Returns the value of attribute model_manifest_arn.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def model_manifest_arn
  @model_manifest_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def name
  @name
end

#network_interfaces ⇒ ::Array[Types::NetworkInterface]

Returns the value of attribute network_interfaces.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def network_interfaces
  @network_interfaces
end

#signal_decoders ⇒ ::Array[Types::SignalDecoder]

Returns the value of attribute signal_decoders.

Returns:



197
198
199
# File 'sig/types.rbs', line 197

def signal_decoders
  @signal_decoders
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def tags
  @tags
end