Class: Aws::IoTManagedIntegrations::Types::UpdateAccountAssociationRequest

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 update.

Returns:

  • (String)


4809
4810
4811
4812
4813
4814
4815
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4809

class UpdateAccountAssociationRequest < Struct.new(
  :account_association_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The new description to assign to the account association.

Returns:

  • (String)


4809
4810
4811
4812
4813
4814
4815
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4809

class UpdateAccountAssociationRequest < Struct.new(
  :account_association_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The new name to assign to the account association.

Returns:

  • (String)


4809
4810
4811
4812
4813
4814
4815
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4809

class UpdateAccountAssociationRequest < Struct.new(
  :account_association_id,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end