Class: Aws::Types::EdgeConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_configTypes::DeletionConfig

Returns the value of attribute deletion_config.



226
227
228
# File 'sig/types.rbs', line 226

def deletion_config
  @deletion_config
end

#hub_device_arn::String

Returns the value of attribute hub_device_arn.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def hub_device_arn
  @hub_device_arn
end

#recorder_configTypes::RecorderConfig

Returns the value of attribute recorder_config.



224
225
226
# File 'sig/types.rbs', line 224

def recorder_config
  @recorder_config
end

#uploader_configTypes::UploaderConfig

Returns the value of attribute uploader_config.



225
226
227
# File 'sig/types.rbs', line 225

def uploader_config
  @uploader_config
end