Class: Aws::IoTManagedIntegrations::Types::StartAccountAssociationRefreshRequest

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

#account_association_idString

The unique identifier of the account association to refresh.

Returns:

  • (String)


4547
4548
4549
4550
4551
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4547

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