Class: Aws::IoTManagedIntegrations::Types::GetHubConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/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)


1944
1945
1946
1947
1948
1949
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1944

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

#updated_atTime

The timestamp value of when the hub configuration was updated.

Returns:

  • (Time)


1944
1945
1946
1947
1948
1949
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1944

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