Class: Aws::IoTManagedIntegrations::Types::PutHubConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hub_token_timer_expiry_setting_in_secondsInteger

A user-defined integer value that represents the hub token timer expiry setting in seconds.

Returns:

  • (Integer)


4104
4105
4106
4107
4108
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4104

class PutHubConfigurationResponse < Struct.new(
  :hub_token_timer_expiry_setting_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end